Skip to content

Commit

Permalink
python312Packages.datalad: 1.1.4 -> 1.1.5
Browse files Browse the repository at this point in the history
(cherry picked from commit 67605d5)
  • Loading branch information
r-ryantm authored and wolfgangwalther committed Jan 12, 2025
1 parent 6a7343c commit 79f9ac9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/python-modules/datalad/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,14 @@

buildPythonPackage rec {
pname = "datalad";
version = "1.1.4";
version = "1.1.5";
pyproject = true;

src = fetchFromGitHub {
owner = "datalad";
repo = "datalad";
rev = "refs/tags/${version}";
hash = "sha256-sIWHBaqTJuKQHvh+L10PUehsmjRFl/holXzp0SMqr+k=";
tag = version;
hash = "sha256-XwzYlSP2MbEb0U3tuVOq3NNqLTS08UzSfSFBidHbpAY=";
};

postPatch = ''
Expand Down

0 comments on commit 79f9ac9

Please sign in to comment.