python3Packages.torchio: 0.20.17 -> 0.20.19

https://github.com/TorchIO-project/torchio/blob/v0.20.19/CHANGELOG.md

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-08-09 19:04:30 +02:00
parent 7c1e038c29
commit 9b60d7e831
@@ -29,14 +29,14 @@
buildPythonPackage rec {
pname = "torchio";
version = "0.20.17";
version = "0.20.19";
pyproject = true;
src = fetchFromGitHub {
owner = "TorchIO-project";
repo = "torchio";
tag = "v${version}";
hash = "sha256-kZCbQGIkWmlXl25UviPrSDo0swCjWnvTTkBnxGI0Y7U=";
hash = "sha256-fx3aExmRMbzXG2MVpWrsssH658Ll4x+FC2ARK6oIGBw=";
};
build-system = [