ocamlPackages.utop: 2.9.1 -> 2.9.2 (#178245)

https://github.com/ocaml-community/utop/releases/tag/2.9.2
This commit is contained in:
Mario Rodas 2022-06-20 07:44:17 -05:00 committed by GitHub
parent 7ebcc5e08d
commit ab4868bf49
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,15 +4,13 @@
buildDunePackage rec {
pname = "utop";
version = "2.9.1";
useDune2 = true;
version = "2.9.2";
minimalOCamlVersion = "4.03";
src = fetchurl {
url = "https://github.com/ocaml-community/utop/releases/download/${version}/utop-${version}.tbz";
sha256 = "sha256-6TQxLYN/qjTABZuK6rp+daCSNWyJIXzB8q2QpZeBwaY=";
sha256 = "sha256-kvFBCe69TRQIWvZV47SH7ISus9k8afGRw5WLKzKqw08=";
};
nativeBuildInputs = [ makeWrapper cppo ];