From 135d9b4a6787faa200bcc207df3f77e609da2d09 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 24 Oct 2023 13:14:31 +0200 Subject: [PATCH] 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 --- pkgs/development/python-modules/python-opensky/default.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/python-opensky/default.nix b/pkgs/development/python-modules/python-opensky/default.nix index 40974345dcfd..0f23163d9aff 100644 --- a/pkgs/development/python-modules/python-opensky/default.nix +++ b/pkgs/development/python-modules/python-opensky/default.nix @@ -8,12 +8,13 @@ , pytest-asyncio , pytestCheckHook , pythonOlder +, syrupy , yarl }: buildPythonPackage rec { pname = "python-opensky"; - version = "0.2.0"; + version = "0.2.1"; format = "pyproject"; disabled = pythonOlder "3.10"; @@ -22,7 +23,7 @@ buildPythonPackage rec { owner = "joostlek"; repo = "python-opensky"; rev = "refs/tags/v${version}"; - hash = "sha256-62ncinv6XUGB1dYle/yqSCyJNbGD9BLaOqrF/zjL2fA="; + hash = "sha256-xNXFvCUZ/x5ox3KxmG3eA73wpX4fwhvAVmlfcKiT1V8="; }; postPatch = '' @@ -47,6 +48,7 @@ buildPythonPackage rec { aresponses pytest-asyncio pytestCheckHook + syrupy ]; pythonImportsCheck = [