Commit 3005e695 authored by Mario Rodas's avatar Mario Rodas Committed by Vincent Laporte
Browse files
parent 70241939
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -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 ];
  };