Merge pull request #247981 from r-ryantm/auto-update/python310Packages.python-opensky

python310Packages.python-opensky: 0.0.10 -> 0.2.0
This commit is contained in:
Fabian Affolter 2023-08-08 21:13:13 +02:00 committed by GitHub
commit 0707455299
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "python-opensky";
version = "0.0.10";
version = "0.2.0";
format = "pyproject";
disabled = pythonOlder "3.10";
@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "joostlek";
repo = "python-opensky";
rev = "refs/tags/v${version}";
hash = "sha256-QhcnbFp37gj1/37OlRxnQnIhgyNi/D19PXRh5hagHvE=";
hash = "sha256-62ncinv6XUGB1dYle/yqSCyJNbGD9BLaOqrF/zjL2fA=";
};
postPatch = ''