python310Packages.python-opensky: 0.0.10 -> 0.2.0

This commit is contained in:
R. Ryantm 2023-08-08 18:19:32 +00:00
parent 4e6868b1aa
commit 4ce92986dd

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 = ''