ocamlPackages.uri: 4.0.0 → 4.2.0

(cherry picked from commit b69138f54157d0532988d074f12f7c4f2721dc9a)
This commit is contained in:
Ulrik Strid 2021-05-25 09:00:09 +02:00 committed by Vincent Laporte
parent 337b1bc454
commit 5e61b8b537
1 changed files with 2 additions and 2 deletions

View File

@ -5,13 +5,13 @@
buildDunePackage rec {
minimumOCamlVersion = "4.03";
pname = "uri";
version = "4.0.0";
version = "4.2.0";
useDune2 = true;
src = fetchurl {
url = "https://github.com/mirage/ocaml-${pname}/releases/download/v${version}/${pname}-v${version}.tbz";
sha256 = "13r9nkgym9z3dqxkyf0yyaqlrk5r3pjdw0kfzvrc90bmhwl9j380";
sha256 = "0szifda6yism5vn5jdizkha3ad0xk6zw4xgfl8g77dnv83ci7h65";
};
checkInputs = [ ounit ];