python312Packages.pybids: 0.18.1 -> 0.19.0 (#399143)

Changed files
+7 -5
pkgs
development
python-modules
bidsschematools
pybids
+2 -2
pkgs/development/python-modules/bidsschematools/default.nix
···
buildPythonPackage rec {
pname = "bidsschematools";
-
version = "1.0.4";
+
version = "1.0.5";
pyproject = true;
disabled = pythonOlder "3.9";
···
src = fetchPypi {
pname = "bidsschematools";
inherit version;
-
hash = "sha256-dEPJircy7RDRa1Q7lgUhgfj2ewVo1rsUu1A1mnSi6vw=";
+
hash = "sha256-LKStxCh7TY7rSx6T9EnPJqCNxuj5dHvlK6E+m8D21BE=";
};
build-system = [
+5 -3
pkgs/development/python-modules/pybids/default.nix
···
fetchFromGitHub,
setuptools,
formulaic,
+
frozendict,
click,
num2words,
numpy,
···
buildPythonPackage rec {
pname = "pybids";
-
version = "0.18.1";
+
version = "0.19.0";
pyproject = true;
src = fetchFromGitHub {
owner = "bids-standard";
repo = "pybids";
-
rev = version;
-
hash = "sha256-nSBc4vhkCdRo7CNBwvJreCiwoxJK6ztyI5gvcpzYZ/Y=";
+
tag = version;
+
hash = "sha256-x1OlqfuRZvfWwOt+WTR8lAtOPWcrsymQyXPfiEj4lk4=";
};
postPatch = ''
···
bids-validator
click
formulaic
+
frozendict
nibabel
num2words
numpy