Skip to content

Commit

Permalink
python312Packages.datalad: 1.1.3 -> 1.1.4
Browse files Browse the repository at this point in the history
(cherry picked from commit 415b0ea)
  • Loading branch information
r-ryantm authored and github-actions[bot] committed Jan 12, 2025
1 parent cb64f65 commit 9b883bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/datalad/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ''
Expand Down

0 comments on commit 9b883bc

Please sign in to comment.