nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

python310Packages.energyzero: 0.4.1 -> 0.4.2

Diff: https://github.com/klaasnicolaas/python-energyzero/compare/refs/tags/v0.4.1...v0.4.2

Changelog: https://github.com/klaasnicolaas/python-energyzero/releases/tag/v0.4.2

+2 -2
+2 -2
pkgs/development/python-modules/energyzero/default.nix
··· 13 13 14 14 buildPythonPackage rec { 15 15 pname = "energyzero"; 16 - version = "0.4.1"; 16 + version = "0.4.2"; 17 17 format = "pyproject"; 18 18 19 19 disabled = pythonOlder "3.9"; ··· 22 22 owner = "klaasnicolaas"; 23 23 repo = "python-energyzero"; 24 24 rev = "refs/tags/v${version}"; 25 - hash = "sha256-qBtsNqmGLCUGTYJ8iPL/Ie3yGX7Ocs4e+yp0tRAhK8g="; 25 + hash = "sha256-sqkpbvsMd/8y6QSrMZHJeHl9GTes8TUoZ7RKePJsREs="; 26 26 }; 27 27 28 28 postPatch = ''