summaryrefslogtreecommitdiffstats
path: root/pkgs/development/python-modules/aio-geojson-nsw-rfs-incidents
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2023-01-24 10:16:55 +0100
committerFabian Affolter <mail@fabian-affolter.ch>2023-01-24 10:17:06 +0100
commit9aa263b292544501c3c52ee6003dc965bd0a69ca (patch)
tree16842f746dfa3389ee8165e08527ca59203edc47 /pkgs/development/python-modules/aio-geojson-nsw-rfs-incidents
parent6eb9bb4fe5c188455b42bb798dc9bfbe8f6a1ec1 (diff)
python310Packages.aio-geojson-nsw-rfs-incidents: 0.5 -> 0.6
Changelog: https://github.com/exxamalte/python-aio-geojson-geonetnz-quakes/blob/v0.6/CHANGELOG.md
Diffstat (limited to 'pkgs/development/python-modules/aio-geojson-nsw-rfs-incidents')
-rw-r--r--pkgs/development/python-modules/aio-geojson-nsw-rfs-incidents/default.nix6
1 files changed, 2 insertions, 4 deletions
diff --git a/pkgs/development/python-modules/aio-geojson-nsw-rfs-incidents/default.nix b/pkgs/development/python-modules/aio-geojson-nsw-rfs-incidents/default.nix
index 750d211ac2dc..b7c205179fd7 100644
--- a/pkgs/development/python-modules/aio-geojson-nsw-rfs-incidents/default.nix
+++ b/pkgs/development/python-modules/aio-geojson-nsw-rfs-incidents/default.nix
@@ -2,7 +2,6 @@
, aio-geojson-client
, aiohttp
, aresponses
-, asynctest
, buildPythonPackage
, fetchFromGitHub
, pytest-asyncio
@@ -13,7 +12,7 @@
buildPythonPackage rec {
pname = "aio-geojson-nsw-rfs-incidents";
- version = "0.5";
+ version = "0.6";
format = "setuptools";
disabled = pythonOlder "3.7";
@@ -22,7 +21,7 @@ buildPythonPackage rec {
owner = "exxamalte";
repo = "python-aio-geojson-nsw-rfs-incidents";
rev = "refs/tags/v${version}";
- hash = "sha256-rWlt4MYnuY+CzszFVDniWBnqpQW3WldSEl00ns3ko3U=";
+ hash = "sha256-pn0r5iLpNnK3xmAhq/oX90hdiHgFDuwDQqfAzkp5jmw=";
};
propagatedBuildInputs = [
@@ -33,7 +32,6 @@ buildPythonPackage rec {
nativeCheckInputs = [
aresponses
- asynctest
pytest-asyncio
pytestCheckHook
];