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
This commit is contained in:
Fabian Affolter 2023-05-18 16:03:35 +02:00
parent c680c3136d
commit f7a6fb0402

View file

@ -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 = [