Merge pull request #152366 from fabaff/bump-pyweatherflowrest

python3Packages.pyweatherflowrest: 0.1.23 -> 1.0.0
This commit is contained in:
Fabian Affolter 2021-12-29 23:02:03 +01:00 committed by GitHub
commit 22eeb13b23
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,7 +7,7 @@
buildPythonPackage rec {
pname = "pyweatherflowrest";
version = "0.1.23";
version = "1.0.0";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -16,7 +16,7 @@ buildPythonPackage rec {
owner = "briis";
repo = pname;
rev = "v${version}";
sha256 = "sha256-VeLkQmH9h41upATWEWwKjf2GCXjltBnHHauGB76ViBc=";
sha256 = "sha256-LS7vwQQBCVwi098aJd8ZSkEEwZKL1bikvAvjH+XHaok=";
};
propagatedBuildInputs = [