+2
-2
pkgs/development/python-modules/pyenphase/default.nix
+2
-2
pkgs/development/python-modules/pyenphase/default.nix
···
19
20
buildPythonPackage rec {
21
pname = "pyenphase";
22
-
version = "1.20.2";
23
pyproject = true;
24
25
disabled = pythonOlder "3.11";
···
28
owner = "pyenphase";
29
repo = "pyenphase";
30
rev = "refs/tags/v${version}";
31
-
hash = "sha256-sjZaLqTYoXJ1cpaSuyLNAsUrACOMVah7DKaKxGkG0zE=";
32
};
33
34
postPatch = ''
···
19
20
buildPythonPackage rec {
21
pname = "pyenphase";
22
+
version = "1.20.3";
23
pyproject = true;
24
25
disabled = pythonOlder "3.11";
···
28
owner = "pyenphase";
29
repo = "pyenphase";
30
rev = "refs/tags/v${version}";
31
+
hash = "sha256-4lMsyzw56gFimUs52mEzy5eKYF9s2ClNi3yfdIBbccY=";
32
};
33
34
postPatch = ''