python3Packages.batchgenerators: 0.25 -> 0.25.1

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 16:42:19 +01:00
parent 179e8e43a3
commit 9d122de088
@@ -15,14 +15,14 @@
buildPythonPackage rec {
pname = "batchgenerators";
version = "0.25";
version = "0.25.1";
pyproject = true;
src = fetchFromGitHub {
owner = "MIC-DKFZ";
repo = "batchgenerators";
rev = "v${version}";
hash = "sha256-L2mWH2t8PN9o1M67KDdl1Tj2ZZ02MY4icsJY2VNrj3A=";
tag = "v${version}";
hash = "sha256-lvsen2AFRwFjLMgxXBQ9/xxmCOBx2D2PBIl0KpOzR70=";
};
build-system = [ setuptools ];