Skip to content

Commit d98bfd6

Browse files
committed
1 parent a45a73a commit d98bfd6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/datalad/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,14 @@
5151

5252
buildPythonPackage rec {
5353
pname = "datalad";
54-
version = "1.1.5";
54+
version = "1.2.0";
5555
pyproject = true;
5656

5757
src = fetchFromGitHub {
5858
owner = "datalad";
5959
repo = "datalad";
6060
tag = version;
61-
hash = "sha256-XwzYlSP2MbEb0U3tuVOq3NNqLTS08UzSfSFBidHbpAY=";
61+
hash = "sha256-jLbtx6gNuMdZ34LVC7PY79k2w3B9aJ0ijCh9HhALQQc=";
6262
};
6363

6464
postPatch = ''

0 commit comments

Comments
 (0)