python312Packages.accuweather: 3.0.0 -> 4.0.0
Diff: https://github.com/bieniu/accuweather/compare/refs/tags/3.0.0...4.0.0 Changelog: https://github.com/bieniu/accuweather/releases/tag/4.0.0
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "accuweather";
|
pname = "accuweather";
|
||||||
version = "3.0.0";
|
version = "4.0.0";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
disabled = pythonOlder "3.11";
|
disabled = pythonOlder "3.11";
|
||||||
@@ -24,7 +24,7 @@ buildPythonPackage rec {
|
|||||||
owner = "bieniu";
|
owner = "bieniu";
|
||||||
repo = "accuweather";
|
repo = "accuweather";
|
||||||
rev = "refs/tags/${version}";
|
rev = "refs/tags/${version}";
|
||||||
hash = "sha256-hnKwK0I8C8Xh7yn4yk2DqowqgyZYDB22IEllm5MeIGo=";
|
hash = "sha256-7k5aA9Pm9DWjPXwsmHP6jMhnobVJpsLGPgs3YCvnzco=";
|
||||||
};
|
};
|
||||||
|
|
||||||
build-system = [ setuptools ];
|
build-system = [ setuptools ];
|
||||||
|
|||||||
Reference in New Issue
Block a user