datalad: 0.18.3 -> 0.19.6

This commit is contained in:
R. Ryantm 2024-02-03 14:23:01 +00:00
parent 3efc6ce7e4
commit 50410c4a94

View file

@ -2,13 +2,13 @@
python3.pkgs.buildPythonApplication rec {
pname = "datalad";
version = "0.18.3";
version = "0.19.6";
src = fetchFromGitHub {
owner = "datalad";
repo = pname;
rev = version;
hash = "sha256-vqO37o5NxQk+gHfvhM1I2ea9/q9ZaLWkDEyPYJKEPcs";
rev = "refs/tags/${version}";
hash = "sha256-kCCh1NNbmDjICTjBflxExVus8llADvlRxppOfiwYhN8=";
};
nativeBuildInputs = [ installShellFiles git ];