Commit 3199c64b authored by Weijia Wang's avatar Weijia Wang
Browse files

python312Packages.pybids: 0.18.1 -> 0.19.0

parent 07722159
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
@@ -4,6 +4,7 @@
  fetchFromGitHub,
  setuptools,
  formulaic,
  frozendict,
  click,
  num2words,
  numpy,
@@ -19,14 +20,14 @@

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 = ''
@@ -48,6 +49,7 @@ buildPythonPackage rec {
    bids-validator
    click
    formulaic
    frozendict
    nibabel
    num2words
    numpy