summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-opensky
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2023-10-24 13:14:31 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2023-11-01 22:27:03 +0100
commit135d9b4a6787faa200bcc207df3f77e609da2d09 (patch)
tree1c55cc966ef86b605a9134942621ae95e32b42da /pkgs/development/python-modules/python-opensky
parent545c6c0bc493f5f600b3bd5c645b627d49b98c2c (diff)
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
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 = [