python3Packages.niworkflows: 1.14.1 -> 1.14.2

This commit is contained in:
R. Ryantm
2025-09-29 04:42:47 +00:00
parent 62588b43e4
commit f4aca0918d
@@ -40,14 +40,14 @@
buildPythonPackage rec {
pname = "niworkflows";
version = "1.14.1";
version = "1.14.2";
pyproject = true;
src = fetchFromGitHub {
owner = "nipreps";
repo = "niworkflows";
tag = version;
hash = "sha256-NvUIVH6CFv2DMr6bV4bV/VXM/fOqiatFp9YOL0/UEdw=";
hash = "sha256-LzzbletoZdI9HuaBWhFB6IGs1nX6ZItNP6cWlw5m5EE=";
};
pythonRelaxDeps = [ "traits" ];