python3Packages.pyweatherflowrest: 0.1.23 -> 1.0.0

This commit is contained in:
Fabian Affolter 2021-12-27 21:19:52 +01:00
parent ad86f7d78f
commit cb8b427593

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