python310Packages.energyzero: 0.4.0 -> 0.4.1

Changelog: https://github.com/klaasnicolaas/python-energyzero/releases/tag/v0.4.1
This commit is contained in:
Fabian Affolter 2023-03-29 08:56:45 +02:00
parent 3ac65fce5c
commit ccf0985cf1

View File

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "energyzero";
version = "0.4.0";
version = "0.4.1";
format = "pyproject";
disabled = pythonOlder "3.9";
@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "klaasnicolaas";
repo = "python-energyzero";
rev = "refs/tags/v${version}";
hash = "sha256-QSxr4hfNlpIbLpeQ8tcdRP3dARB/OxTP9cVgf+P63Lw=";
hash = "sha256-qBtsNqmGLCUGTYJ8iPL/Ie3yGX7Ocs4e+yp0tRAhK8g=";
};
postPatch = ''