summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-opensky
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/python-opensky')
-rw-r--r--pkgs/development/python-modules/python-opensky/default.nix6
1 files 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 = [