ocamlPackages.tdigest: 2.1.1 -> 2.1.2

This commit is contained in:
Niols 2023-07-07 17:17:05 +00:00 committed by Vincent Laporte
parent 2ff236efb5
commit 5a7603fcff

View File

@ -5,13 +5,13 @@
buildDunePackage rec {
pname = "tdigest";
version = "2.1.1";
version = "2.1.2";
src = fetchFromGitHub {
owner = "SGrondin";
repo = pname;
rev = version;
sha256 = "sha256-R1uaCN/6NiW+jdGQiflwfihaidngvaWjJM7UFyR4vxs=";
sha256 = "sha256-pkJRJeEbBbAR1STb6v3Zu11twvHkAKAO0YjifRBFTDw=";
};
minimalOCamlVersion = "4.08";