about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2023-05-18 16:03:35 +0200
committerFabian Affolter <mail@fabian-affolter.ch>2023-05-18 16:03:35 +0200
commitf7a6fb0402a6a208a9828f265e603fdcc6bb057b (patch)
tree9d583840aeb9a230f0305673ee241fd6da969222
parentc680c3136de0d7e6495972587eca8877021a571d (diff)
python311Packages.accuweather: 0.5.1 -> 0.5.2
Diff: https://github.com/bieniu/accuweather/compare/refs/tags/0.5.1...0.5.2

Changelog: https://github.com/bieniu/accuweather/releases/tag/0.5.2
-rw-r--r--pkgs/development/python-modules/accuweather/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/accuweather/default.nix b/pkgs/development/python-modules/accuweather/default.nix
index 7bf270e92db31..ec4adec763863 100644
--- a/pkgs/development/python-modules/accuweather/default.nix
+++ b/pkgs/development/python-modules/accuweather/default.nix
@@ -12,7 +12,7 @@
 
 buildPythonPackage rec {
   pname = "accuweather";
-  version = "0.5.1";
+  version = "0.5.2";
   format = "setuptools";
 
   disabled = pythonOlder "3.9";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
     owner = "bieniu";
     repo = pname;
     rev = "refs/tags/${version}";
-    hash = "sha256-kWhb9tDp7/p5iCXTpf4/fjSo1ceuA9I2eqSprt50rWU=";
+    hash = "sha256-rXA5A80PWn08VPeimJeMNWMGvzaE/gWrRuJseHiDkRg=";
   };
 
   propagatedBuildInputs = [