Merge pull request #294590 from r-ryantm/auto-update/python311Packages.niworkflows

python311Packages.niworkflows: 1.10.0 -> 1.10.1
This commit is contained in:
Nick Cao 2024-03-10 10:25:13 -04:00 committed by GitHub
commit 6510f3596c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -29,14 +29,14 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "niworkflows"; pname = "niworkflows";
version = "1.10.0"; version = "1.10.1";
pyproject = true; pyproject = true;
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "nipreps"; owner = "nipreps";
repo = "niworkflows"; repo = "niworkflows";
rev = "refs/tags/${version}"; rev = "refs/tags/${version}";
hash = "sha256-wQPk9imDvomg+NTWk+VeW1TE2QlvMyi1YYVVaznhktU="; hash = "sha256-ZOn3KSaPAA8zTdyexrjF9Wkb5C5qA/5eSJahg2DcX20=";
}; };
postPatch = '' postPatch = ''