lol
fork

Configure Feed

Select the types of activity you want to include in your feed.

python312Packages.torchio: 0.20.4 -> 0.20.6 (#397592)

authored by

Thiago Kenji Okada and committed by
GitHub
94769ea8 afc619e4

+3 -3
+3 -3
pkgs/development/python-modules/torchio/default.nix
··· 28 28 29 29 buildPythonPackage rec { 30 30 pname = "torchio"; 31 - version = "0.20.4"; 31 + version = "0.20.6"; 32 32 pyproject = true; 33 33 34 34 src = fetchFromGitHub { 35 35 owner = "TorchIO-project"; 36 36 repo = "torchio"; 37 37 tag = "v${version}"; 38 - hash = "sha256-pcUc0pnpb3qQLMOYU9yh7cljyCQ+Ngf8fJDcrRrK8LQ="; 38 + hash = "sha256-240MM9w0AdhaUp70JrkmKGQI1abrFrbfybCF4wYX8fg="; 39 39 }; 40 40 41 41 build-system = [ ··· 80 80 meta = { 81 81 description = "Medical imaging toolkit for deep learning"; 82 82 homepage = "https://torchio.readthedocs.io"; 83 - changelog = "https://github.com/TorchIO-project/torchio/blob/v${version}/CHANGELOG.md"; 83 + changelog = "https://github.com/TorchIO-project/torchio/blob/${src.tag}/CHANGELOG.md"; 84 84 license = lib.licenses.asl20; 85 85 maintainers = [ lib.maintainers.bcdarwin ]; 86 86 };