Unverified Commit 54adbf9f authored by jopejoe1's avatar jopejoe1 Committed by GitHub
Browse files

python3Packages.datalad: 1.2.0 -> 1.2.1 (#424353)

parents 8d20a986 a0eb65a1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -51,14 +51,14 @@

buildPythonPackage rec {
  pname = "datalad";
  version = "1.2.0";
  version = "1.2.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "datalad";
    repo = "datalad";
    tag = version;
    hash = "sha256-jLbtx6gNuMdZ34LVC7PY79k2w3B9aJ0ijCh9HhALQQc=";
    hash = "sha256-QcKhMiJNlETlxmRoPwKKGYK7zKbJ0pQpbRZDyJ+yrN0=";
  };

  postPatch = ''