Skip to content

Commit 6296d4c

Browse files
authored
python312Packages.openwebifpy: 4.3.0 -> 4.3.1 (NixOS#371086)
2 parents f3dfdd4 + 62fe46d commit 6296d4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@
1717

1818
buildPythonPackage rec {
1919
pname = "openwebifpy";
20-
version = "4.3.0";
20+
version = "4.3.1";
2121
pyproject = true;
2222

2323
disabled = pythonOlder "3.11";
2424

2525
src = fetchPypi {
2626
inherit pname version;
27-
hash = "sha256-fsGHTmi+dWP0SBPvF51RdL2zBMHtjry/XTGjyU5jKpI=";
27+
hash = "sha256-FaynJT+bR63nIwLEwXjTjwPXZ3Q5/X+zpx0gTA3Pqo8=";
2828
};
2929

3030
build-system = [ hatchling ];

0 commit comments

Comments
 (0)