python312Packages.ovoenergy: 1.3.1 -> 2.0.0

Diff: https://github.com/timmo001/ovoenergy/compare/refs/tags/1.3.1...2.0.0

Changelog: https://github.com/timmo001/ovoenergy/releases/tag/2.0.0
This commit is contained in:
Fabian Affolter 2024-04-22 08:33:58 +02:00
parent a933217c14
commit 4f63d0846f

View file

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "ovoenergy";
version = "1.3.1";
version = "2.0.0";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "timmo001";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-oeNwBmzlkE8JewSwuFG8OYigyispP4xdwO3s2CAcfW4=";
hash = "sha256-ZcTSf7UejEUqQo0qEXP3fWjZYRx0a3ZBNVkwS2dL3Yk=";
};
nativeBuildInputs = [