python312Packages.openwebifpy: 4.3.0 -> 4.3.1 (#371086)

This commit is contained in:
Theodore Ni
2025-01-06 21:35:38 -06:00
committed by GitHub
@@ -17,14 +17,14 @@
buildPythonPackage rec {
pname = "openwebifpy";
version = "4.3.0";
version = "4.3.1";
pyproject = true;
disabled = pythonOlder "3.11";
src = fetchPypi {
inherit pname version;
hash = "sha256-fsGHTmi+dWP0SBPvF51RdL2zBMHtjry/XTGjyU5jKpI=";
hash = "sha256-FaynJT+bR63nIwLEwXjTjwPXZ3Q5/X+zpx0gTA3Pqo8=";
};
build-system = [ hatchling ];