ocamlPackages.digestif: 0.9.0 → 1.0.0

This commit is contained in:
Vincent Laporte 2021-02-24 08:21:18 +01:00 committed by Vincent Laporte
parent a6328de769
commit 8efa14a5cb

View file

@ -5,13 +5,13 @@
buildDunePackage rec { buildDunePackage rec {
pname = "digestif"; pname = "digestif";
version = "0.9.0"; version = "1.0.0";
useDune2 = true; useDune2 = true;
src = fetchurl { src = fetchurl {
url = "https://github.com/mirage/digestif/releases/download/v${version}/digestif-v${version}.tbz"; url = "https://github.com/mirage/digestif/releases/download/v${version}/digestif-v${version}.tbz";
sha256 = "0vk9prgjp46xs8qizq7szkj6mqjj2ymncs2016bc8zswcdc1a3q4"; sha256 = "11188ya6ksb0p0zvs6saz3qxv4a8pyy8m3sq35f3qfxrxhghqi99";
}; };
propagatedBuildInputs = [ bigarray-compat eqaf stdlib-shims ]; propagatedBuildInputs = [ bigarray-compat eqaf stdlib-shims ];