Commit 32f53c82 authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.bidsschematools: 1.0.14 -> 1.1.0

parent 610eccad
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@

buildPythonPackage rec {
  pname = "bidsschematools";
  version = "1.0.14";
  version = "1.1.0";
  pyproject = true;

  disabled = pythonOlder "3.9";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
  src = fetchPypi {
    pname = "bidsschematools";
    inherit version;
    hash = "sha256-Kj3vxue6dGdFV2gzYr6SBa3D1s/X+KV/izWR6kMKOKE=";
    hash = "sha256-cVVfI2Sie6ase/+Gm1GB/2SqGAxeVnJRgLQwEmJ8DgY=";
  };

  build-system = [