python312Packages.openwebifpy: 4.3.0 -> 4.3.1

Changelog: https://github.com/autinerd/openwebifpy/releases/tag/4.3.1
This commit is contained in:
Fabian Affolter
2025-01-05 09:56:04 +01:00
parent 8a36010652
commit 62fe46d448
@@ -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 ];