lol

ocamlPackages.tdigest: 2.1.1 -> 2.1.2

authored by

Niols and committed by
Vincent Laporte
5a7603fc 2ff236ef

+2 -2
+2 -2
pkgs/development/ocaml-modules/tdigest/default.nix
··· 5 5 6 6 buildDunePackage rec { 7 7 pname = "tdigest"; 8 - version = "2.1.1"; 8 + version = "2.1.2"; 9 9 10 10 src = fetchFromGitHub { 11 11 owner = "SGrondin"; 12 12 repo = pname; 13 13 rev = version; 14 - sha256 = "sha256-R1uaCN/6NiW+jdGQiflwfihaidngvaWjJM7UFyR4vxs="; 14 + sha256 = "sha256-pkJRJeEbBbAR1STb6v3Zu11twvHkAKAO0YjifRBFTDw="; 15 15 }; 16 16 17 17 minimalOCamlVersion = "4.08";