ocamlPackages.backoff: 0.1.0 -> 0.1.1

This commit is contained in:
R. Ryantm 2024-10-02 23:14:44 +00:00 committed by Weijia Wang
parent 28635028aa
commit 8c78ce46de

View File

@ -2,11 +2,11 @@
buildDunePackage rec {
pname = "backoff";
version = "0.1.0";
version = "0.1.1";
src = fetchurl {
url = "https://github.com/ocaml-multicore/backoff/releases/download/${version}/backoff-${version}.tbz";
hash = "sha256-EaSseCKekNE03gaNiqh5Y11r8TF9XulR9AZboPWMIwA=";
hash = "sha256-AL6jEbInsbwKVYedpNzjix/YRHtOTizxk6aVNzesnwM=";
};
doCheck = true;
@ -20,5 +20,5 @@ buildDunePackage rec {
maintainers = [ lib.maintainers.vbgl ];
};
minimalOCamlVersion = "4.13";
minimalOCamlVersion = "4.12";
}