python312Packages.aranet4: 2.4.0 -> 2.5.0

Diff: https://github.com/Anrijs/Aranet4-Python/compare/refs/tags/v2.4.0...v2.5.0
This commit is contained in:
Fabian Affolter
2025-01-05 21:01:18 +01:00
parent 4d24b79482
commit a32e3d6e70
@@ -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 ];