python311Packages.torchio: 0.19.1 -> 0.19.5

This commit is contained in:
Ben Darwin
2024-02-16 19:11:44 -05:00
parent 749d596bfb
commit 6eb4d975bb
@@ -19,16 +19,16 @@
buildPythonPackage rec {
pname = "torchio";
version = "0.19.1";
format = "pyproject";
version = "0.19.5";
pyproject = true;
disabled = pythonOlder "3.8";
src = fetchFromGitHub {
owner = "fepegar";
repo = pname;
repo = "torchio";
rev = "refs/tags/v${version}";
hash = "sha256-SNX558kSRCS9Eks00Kj2kFmo7hCUgV6saYLsnx/Kus0=";
hash = "sha256-RqKJStUZhnSmsifn3WjYLfmRkkme+GOe6dp0E0MW9tE=";
};
propagatedBuildInputs = [