python3Packages.niworkflows: 1.14.3 -> 1.14.4 (#480599)

This commit is contained in:
Nick Cao
2026-01-16 21:45:35 +00:00
committed by GitHub
@@ -40,14 +40,14 @@
buildPythonPackage rec {
pname = "niworkflows";
version = "1.14.3";
version = "1.14.4";
pyproject = true;
src = fetchFromGitHub {
owner = "nipreps";
repo = "niworkflows";
tag = version;
hash = "sha256-wdPHXVgMvd+Od3M2j7S43gBRSh4yiPeu+HM6EyiakwU=";
hash = "sha256-AMUOiIL33kcJtlKT+L5QwcUh8mBBkf80uzOQZFKDauo=";
};
pythonRelaxDeps = [ "traits" ];