Skip to content

Commit 3d19c43

Browse files
authored
Merge pull request #275446 from r-ryantm/auto-update/python310Packages.goodwe
python310Packages.goodwe: 0.2.32 -> 0.2.33
2 parents 0c955df + 0cebbf4 commit 3d19c43

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/goodwe/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
buildPythonPackage rec {
1010
pname = "goodwe";
11-
version = "0.2.32";
11+
version = "0.2.33";
1212
format = "pyproject";
1313

1414
disabled = pythonOlder "3.8";
@@ -17,7 +17,7 @@ buildPythonPackage rec {
1717
owner = "marcelblijleven";
1818
repo = pname;
1919
rev = "refs/tags/v${version}";
20-
hash = "sha256-Uj4f3OcPRqbMaM0ADP6OlPQAXFfCYZS0/qbz9eXGLv0=";
20+
hash = "sha256-D2NR31aIl6A3ij8sKOIHPOj3HFQKGwpk6RjA+MB3mMk=";
2121
};
2222

2323
postPatch = ''

0 commit comments

Comments
 (0)