Merge pull request #282917 from r-ryantm/auto-update/datalad

datalad: 0.18.3 -> 0.19.6
This commit is contained in:
Weijia Wang 2024-02-04 23:34:54 +01:00 committed by GitHub
commit f88f3e30a4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 ];