Merge pull request #272473 from fabaff/easyenergy-bump

python311Packages.easyenergy: 1.0.0 -> 2.0.0
This commit is contained in:
Nick Cao 2023-12-06 10:14:54 -05:00 committed by GitHub
commit 9d5ac9b8a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "easyenergy";
version = "1.0.0";
version = "2.0.0";
pyproject = true;
disabled = pythonOlder "3.11";
@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "klaasnicolaas";
repo = "python-easyenergy";
rev = "refs/tags/v${version}";
hash = "sha256-HdCrbEk1b+FZzDoMoLcNaPFEHQfDoQsePKmESM9Qhds=";
hash = "sha256-MqKhI38sEeTWiQn4IRivN0Rrq0ZMx4Pt0cFpsZQw/BI=";
};
postPatch = ''