python311Packages.openwebifpy: 4.2.1 -> 4.2.4

This commit is contained in:
R. Ryantm 2024-02-15 23:20:45 +00:00
parent 110b0eb2e5
commit 7f0abdc3ec

View File

@ -16,14 +16,14 @@
buildPythonPackage rec {
pname = "openwebifpy";
version = "4.2.1";
version = "4.2.4";
pyproject = true;
disabled = pythonOlder "3.11";
src = fetchPypi {
inherit pname version;
hash = "sha256-dCgbMyyVmYGPV8GyZUrMR+IO8nGoQ//dnmHmhFH2iJo=";
hash = "sha256-qL/H2F+/d/JWwmUbZhvoMlZZDGgEpRBmHabt1MWjGAs=";
};
nativeBuildInputs = [