python311Packages.python-opensky: 0.2.1 -> 0.2.1

Diff: https://github.com/joostlek/python-opensky/compare/refs/tags/v0.2.1...v0.2.1

Changelog: https://github.com/joostlek/python-opensky/releases/tag/v0.2.1

authored by Fabian Affolter and committed by Martin Weinelt 135d9b4a 545c6c0b

+4 -2
+4 -2
pkgs/development/python-modules/python-opensky/default.nix
··· 8 , pytest-asyncio 9 , pytestCheckHook 10 , pythonOlder 11 , yarl 12 }: 13 14 buildPythonPackage rec { 15 pname = "python-opensky"; 16 - version = "0.2.0"; 17 format = "pyproject"; 18 19 disabled = pythonOlder "3.10"; ··· 22 owner = "joostlek"; 23 repo = "python-opensky"; 24 rev = "refs/tags/v${version}"; 25 - hash = "sha256-62ncinv6XUGB1dYle/yqSCyJNbGD9BLaOqrF/zjL2fA="; 26 }; 27 28 postPatch = '' ··· 47 aresponses 48 pytest-asyncio 49 pytestCheckHook 50 ]; 51 52 pythonImportsCheck = [
··· 8 , pytest-asyncio 9 , pytestCheckHook 10 , pythonOlder 11 + , syrupy 12 , yarl 13 }: 14 15 buildPythonPackage rec { 16 pname = "python-opensky"; 17 + version = "0.2.1"; 18 format = "pyproject"; 19 20 disabled = pythonOlder "3.10"; ··· 23 owner = "joostlek"; 24 repo = "python-opensky"; 25 rev = "refs/tags/v${version}"; 26 + hash = "sha256-xNXFvCUZ/x5ox3KxmG3eA73wpX4fwhvAVmlfcKiT1V8="; 27 }; 28 29 postPatch = '' ··· 48 aresponses 49 pytest-asyncio 50 pytestCheckHook 51 + syrupy 52 ]; 53 54 pythonImportsCheck = [