python312Packages.datalad: 1.1.3 -> 1.1.4

This commit is contained in:
R. Ryantm
2024-11-19 04:23:48 +00:00
parent e6b5e795bf
commit 415b0ea85b
@@ -52,13 +52,13 @@
buildPythonPackage rec {
pname = "datalad";
version = "1.1.3";
version = "1.1.4";
src = fetchFromGitHub {
owner = "datalad";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-Y7P9vRfFUJ5ZhVRTAYeImI9cv1LtWVAeBoBl6wANnrc=";
hash = "sha256-l3II9xebSq09He5e4GGGiGtfe6ERtIQD00eHKGx46WA=";
};
postPatch = ''