ocamlPackages.utop: 2.9.0 -> 2.9.1

This commit is contained in:
R. Ryantm 2022-04-05 09:25:13 +00:00
parent 996a9c24d5
commit 22f0589963

View File

@ -4,7 +4,7 @@
buildDunePackage rec {
pname = "utop";
version = "2.9.0";
version = "2.9.1";
useDune2 = true;
@ -12,7 +12,7 @@ buildDunePackage rec {
src = fetchurl {
url = "https://github.com/ocaml-community/utop/releases/download/${version}/utop-${version}.tbz";
sha256 = "sha256:17jd61bc6pva5wqmnc9xq70ysyjplrzf1p25sq1s7wgrfq2vlyyd";
sha256 = "sha256-6TQxLYN/qjTABZuK6rp+daCSNWyJIXzB8q2QpZeBwaY=";
};
nativeBuildInputs = [ makeWrapper cppo ];