Merge pull request #165077 from r-ryantm/auto-update/ocaml4.13.1-duration

This commit is contained in:
Sandro 2022-03-27 12:06:02 +02:00 committed by GitHub
commit fc83defa8c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
buildDunePackage rec {
pname = "duration";
version = "0.1.3";
version = "0.2.0";
useDune2 = true;
src = fetchurl {
url = "https://github.com/hannesm/duration/releases/download/${version}/duration-${version}.tbz";
sha256 = "0m9r0ayhpl98g9vdxrbjdcllns274jilic5v8xj1x7dphw21p95h";
sha256 = "sha256-rRT7daWm9z//fvFyEXiSXuVVzw8jsj46sykYS8DBzmk=";
};
doCheck = lib.versionAtLeast ocaml.version "4.05";