python310Packages.easyenergy: 0.2.0 -> 0.2.1

Changelog: https://github.com/klaasnicolaas/python-easyenergy/releases/tag/v0.2.1
This commit is contained in:
Fabian Affolter 2023-03-14 08:41:41 +01:00
parent 8d7fcb0ff8
commit 533bd10ef6

View File

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "easyenergy";
version = "0.2.0";
version = "0.2.1";
format = "pyproject";
disabled = pythonOlder "3.9";
@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "klaasnicolaas";
repo = "python-easyenergy";
rev = "refs/tags/v${version}";
hash = "sha256-EhpZKwoayT53lhyuM/DlyLQ/1OSGuiAaiBdjM0UTZ8E=";
hash = "sha256-FjqkePMD55LWLwL6ZWzKwCI0tcYACPdRuci5fy6n02s=";
};
postPatch = ''