python312Packages.openwebifpy: 4.2.4 -> 4.2.5

This commit is contained in:
R. Ryantm
2024-07-12 00:56:05 +00:00
parent c35a5a895f
commit fe7f846711
@@ -17,14 +17,14 @@
buildPythonPackage rec {
pname = "openwebifpy";
version = "4.2.4";
version = "4.2.5";
pyproject = true;
disabled = pythonOlder "3.11";
src = fetchPypi {
inherit pname version;
hash = "sha256-qL/H2F+/d/JWwmUbZhvoMlZZDGgEpRBmHabt1MWjGAs=";
hash = "sha256-Ui3731ChEUterRXb+QVMR1CNXhPYhBkZoUwbSJ47g+4=";
};
nativeBuildInputs = [ setuptools ];