python312Packages.aranet4: 2.4.0 -> 2.5.0 (#371235)

This commit is contained in:
Fabian Affolter
2025-01-06 08:39:23 +01:00
committed by GitHub
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "aranet4";
version = "2.4.0";
version = "2.5.0";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "Anrijs";
repo = "Aranet4-Python";
tag = "v${version}";
hash = "sha256-PdEOEVHri9bhsRFtSqZIaTJ7perD6nZcYoF2sDrWXqg=";
hash = "sha256-IDMWRFxasmZ5pmd36cgss8vV0eVOIzu08dfJHVT+QUQ=";
};
build-system = [ setuptools ];