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

datalad: 0.19.6 -> 1.0.2
This commit is contained in:
Weijia Wang 2024-04-27 03:09:44 +02:00 committed by GitHub
commit db354c0c62
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

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