python312Packages.openwebifpy: 4.2.7 -> 4.3.0 (#365197)

This commit is contained in:
Fabian Affolter
2024-12-15 09:59:24 +01:00
committed by GitHub
@@ -5,7 +5,7 @@
pythonOlder,
# build-system
setuptools,
hatchling,
# dependencies
aiohttp,
@@ -17,19 +17,19 @@
buildPythonPackage rec {
pname = "openwebifpy";
version = "4.2.7";
version = "4.3.0";
pyproject = true;
disabled = pythonOlder "3.11";
src = fetchPypi {
inherit pname version;
hash = "sha256-MoTSfoO6km3jAaF9oIDxhxhMI8jqZAyPD6yBYcYxhd4=";
hash = "sha256-fsGHTmi+dWP0SBPvF51RdL2zBMHtjry/XTGjyU5jKpI=";
};
nativeBuildInputs = [ setuptools ];
build-system = [ hatchling ];
propagatedBuildInputs = [
dependencies = [
aiohttp
yarl
];