python312Packages.datalad: 1.1.2 -> 1.1.3

This commit is contained in:
R. Ryantm 2024-08-11 08:51:13 +00:00
parent e64441f6ae
commit be9f0c6c23

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 = ''