Unverified Commit 3bec26df authored by Florian's avatar Florian Committed by GitHub
Browse files

datalad: fix changed hash from upstream (#364015)

parents a8e64216 07a190e7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -58,7 +58,7 @@ buildPythonPackage rec {
    owner = "datalad";
    repo = "datalad";
    rev = "refs/tags/${version}";
    hash = "sha256-l3II9xebSq09He5e4GGGiGtfe6ERtIQD00eHKGx46WA=";
    hash = "sha256-sIWHBaqTJuKQHvh+L10PUehsmjRFl/holXzp0SMqr+k=";
  };

  postPatch = ''