about summary refs log tree commit diff
path: root/pkgs/development/python-modules/meteoalertapi
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2021-06-11 22:52:18 +0200
committerJonathan Ringer <jonringer@users.noreply.github.com>2021-06-11 15:10:16 -0700
commit84c97f7b27cf5a68f3e82f3fa602e6dcf95a37b7 (patch)
tree5ef6e559a8cd0d1b1c8384e779c69ac415f6f908 /pkgs/development/python-modules/meteoalertapi
parentccfde9b5412e45d29c18a043495ba5d87c93f08d (diff)
python3Packages.meteoalertapi: 0.1.8 -> 0.2.0
Diffstat (limited to 'pkgs/development/python-modules/meteoalertapi')
-rw-r--r--pkgs/development/python-modules/meteoalertapi/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/meteoalertapi/default.nix b/pkgs/development/python-modules/meteoalertapi/default.nix
index 6ad2fae98688c..555059f5683fe 100644
--- a/pkgs/development/python-modules/meteoalertapi/default.nix
+++ b/pkgs/development/python-modules/meteoalertapi/default.nix
@@ -8,14 +8,14 @@
 
 buildPythonPackage rec {
   pname = "meteoalertapi";
-  version = "0.1.8";
+  version = "0.2.0";
   disabled = pythonOlder "3.7";
 
   src = fetchFromGitHub {
     owner = "rolfberkenbosch";
     repo = "meteoalert-api";
     rev = "v${version}";
-    sha256 = "1l66vsd77g5hqkp2c3qrrxz4mr7liwq96apg8km80qyqsjmma9yy";
+    sha256 = "sha256-EdHqWEkE/uUtz/xjV4k4NvNvtPPU4sJjHGwUM7J+HWs=";
   };
 
   propagatedBuildInputs = [