Merge pull request #324649 from fabaff/easyenergy-bump

python312Packages.easyenergy: 2.1.1 -> 2.1.2
This commit is contained in:
Fabian Affolter 2024-07-05 07:48:22 +02:00 committed by GitHub
commit b394cda9d4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "easyenergy";
version = "2.1.1";
version = "2.1.2";
pyproject = true;
disabled = pythonOlder "3.11";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "klaasnicolaas";
repo = "python-easyenergy";
rev = "refs/tags/v${version}";
hash = "sha256-UHCwxdtziWIZMf3ORIZoQFE3MI8qbBQo5PEbvppvwD4=";
hash = "sha256-tWKfcGznxck8VLK3YshOIbPet2CEbUZbT8JzgaAhAso=";
};
postPatch = ''