python313Packages.aranet4: 2.5.0 -> 2.5.1

Diff: https://github.com/Anrijs/Aranet4-Python/compare/refs/tags/v2.5.0...v2.5.1
This commit is contained in:
Fabian Affolter
2025-02-05 09:07:59 +01:00
parent 7813ce3784
commit cebacfd5d6
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "aranet4";
version = "2.5.0";
version = "2.5.1";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "Anrijs";
repo = "Aranet4-Python";
tag = "v${version}";
hash = "sha256-IDMWRFxasmZ5pmd36cgss8vV0eVOIzu08dfJHVT+QUQ=";
hash = "sha256-/FBrP4aceIX9dcZmm+k13PSAPuK4SQenjWqOAFPSvL8=";
};
build-system = [ setuptools ];