Unverified Commit 0aa75512 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

python3Packages.bidsschematools: 1.0.14 -> 1.1.0 (#440547)

parents 28b38f0f 32f53c82
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 = [