Commit 88e628af authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.pybids: 0.19.0 -> 0.20.0

parent e700fb63
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -20,14 +20,14 @@

buildPythonPackage rec {
  pname = "pybids";
  version = "0.19.0";
  version = "0.20.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "bids-standard";
    repo = "pybids";
    tag = version;
    hash = "sha256-x1OlqfuRZvfWwOt+WTR8lAtOPWcrsymQyXPfiEj4lk4=";
    hash = "sha256-e1uD9rNs50GP8myNY+5VbcdRKlLykSTd9ESKrhSW+r8=";
  };

  postPatch = ''