python312Packages.openwebifpy: 4.2.6 -> 4.2.7

https://github.com/autinerd/openwebifpy/releases/tag/4.2.7
This commit is contained in:
Martin Weinelt 2024-08-16 23:46:35 +02:00
parent b49a2efab0
commit 7c590a1557
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -17,14 +17,14 @@
buildPythonPackage rec {
pname = "openwebifpy";
version = "4.2.6";
version = "4.2.7";
pyproject = true;
disabled = pythonOlder "3.11";
src = fetchPypi {
inherit pname version;
hash = "sha256-znMTbKQlklzOKMmlsPiM1JJ1VMB4HK5uMXoBay2Ow4A=";
hash = "sha256-MoTSfoO6km3jAaF9oIDxhxhMI8jqZAyPD6yBYcYxhd4=";
};
nativeBuildInputs = [ setuptools ];