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