python3Packages.torchio: 0.20.23 -> 0.21.0

This commit is contained in:
R. Ryantm
2025-11-06 03:51:28 +00:00
parent cc9d3a57da
commit 002065db79
@@ -35,14 +35,14 @@
buildPythonPackage rec {
pname = "torchio";
version = "0.20.23";
version = "0.21.0";
pyproject = true;
src = fetchFromGitHub {
owner = "TorchIO-project";
repo = "torchio";
tag = "v${version}";
hash = "sha256-OSqXV8aINqi7MstUy4RfIWLH4NxJB+r1tdzMrSgo7pg=";
hash = "sha256-y3p5LdBC/O82GVroA5B0PNC5qRwVjNbiNroJrV1iU/A=";
};
build-system = [