nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

ocamlPackages.batteries: 3.7.2 → 3.8.0

authored by

Vincent Laporte and committed by
Vincent Laporte
64fdb228 bb26ee8e

+2 -2
+2 -2
pkgs/development/ocaml-modules/batteries/default.nix
··· 4 4 5 5 buildDunePackage rec { 6 6 pname = "batteries"; 7 - version = "3.7.2"; 7 + version = "3.8.0"; 8 8 9 9 minimalOCamlVersion = "4.05"; 10 10 ··· 12 12 owner = "ocaml-batteries-team"; 13 13 repo = "batteries-included"; 14 14 rev = "v${version}"; 15 - hash = "sha256-POhdb6d4VZyCm9QYgj0m3ejduaBmm+cnd1tshWjgp04="; 15 + hash = "sha256-Ixqfo2F4VftrIVF8oBOx/rSiJZppiwXOjVQ3Tcelxac="; 16 16 }; 17 17 18 18 nativeCheckInputs = [ qtest ];