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