Merge pull request #333886 from r-ryantm/auto-update/python312Packages.datalad

python312Packages.datalad: 1.1.2 -> 1.1.3
This commit is contained in:
Pol Dellaiera 2024-08-11 20:10:48 +02:00 committed by GitHub
commit 199f8054ae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -52,13 +52,13 @@
buildPythonPackage rec {
pname = "datalad";
version = "1.1.2";
version = "1.1.3";
src = fetchFromGitHub {
owner = "datalad";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-HBHz1z34GFurDROm2goDxm3G2ml3SYOOTU2cQE36VYg=";
hash = "sha256-Y7P9vRfFUJ5ZhVRTAYeImI9cv1LtWVAeBoBl6wANnrc=";
};
postPatch = ''