Skip to content

Commit

Permalink
ocamlPackages.batteries: 3.8.0 -> 3.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and vbgl committed Jan 9, 2025
1 parent 4c60359 commit 52d9f69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/ocaml-modules/batteries/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@

buildDunePackage rec {
pname = "batteries";
version = "3.8.0";
version = "3.9.0";

minimalOCamlVersion = "4.05";

src = fetchFromGitHub {
owner = "ocaml-batteries-team";
repo = "batteries-included";
rev = "v${version}";
hash = "sha256-Ixqfo2F4VftrIVF8oBOx/rSiJZppiwXOjVQ3Tcelxac=";
hash = "sha256-+PGfExdvp3WyX1s8dLTBYp1SoUOBkzrxyqMUuaW6Bto=";
};

nativeCheckInputs = [ qtest ];
Expand Down

0 comments on commit 52d9f69

Please sign in to comment.