Mario Rodas 2023-08-26 04:20:00 +00:00 committed by Vincent Laporte
parent 702419396a
commit 3005e695d4

View file

@ -2,7 +2,7 @@
buildDunePackage rec {
pname = "bwd";
version = "2.1.0";
version = "2.2.0";
minimalOCamlVersion = "4.12";
duneVersion = "3";
@ -11,7 +11,7 @@ buildDunePackage rec {
owner = "RedPRL";
repo = "ocaml-bwd";
rev = version;
hash = "sha256-ucXOBjD1behL2h8CZv64xtRjCPkajZic7G1oxxDmEXY=";
hash = "sha256-4DttkEPI9yJtMsqzTNSnoDajcvMQPIiJAHk0kJl540Y=";
};
doCheck = true;
@ -19,7 +19,8 @@ buildDunePackage rec {
meta = {
description = "Backward Lists";
inherit (src.meta) homepage;
homepage = "https://github.com/RedPRL/ocaml-bwd";
changelog = "https://github.com/RedPRL/ocaml-bwd/blob/${version}/CHANGELOG.markdown";
license = lib.licenses.asl20;
maintainers = [ lib.maintainers.vbgl ];
};