Merge pull request #334983 from mweinelt/openwebifpy-4.2.6

python312Packages.openwebifpy: 4.2.5 -> 4.2.6
This commit is contained in:
Pol Dellaiera 2024-08-16 15:47:08 +02:00 committed by GitHub
commit f5692bebe1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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