datalad: 0.19.6 -> 1.0.2

This commit is contained in:
R. Ryantm 2024-04-23 05:32:29 +00:00
parent 16da38cd4f
commit 4fc09d0407
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 ];