ocamlPackages.bwd: 2.1.0 -> 2.2.0

Diff: https://github.com/RedPRL/ocaml-bwd/compare/2.1.0...2.2.0

Changelog: https://github.com/RedPRL/ocaml-bwd/blob/2.2.0/CHANGELOG.markdown

authored by Mario Rodas and committed by Vincent Laporte 3005e695 70241939

+4 -3
+4 -3
pkgs/development/ocaml-modules/bwd/default.nix
··· 2 2 3 3 buildDunePackage rec { 4 4 pname = "bwd"; 5 - version = "2.1.0"; 5 + version = "2.2.0"; 6 6 7 7 minimalOCamlVersion = "4.12"; 8 8 duneVersion = "3"; ··· 11 11 owner = "RedPRL"; 12 12 repo = "ocaml-bwd"; 13 13 rev = version; 14 - hash = "sha256-ucXOBjD1behL2h8CZv64xtRjCPkajZic7G1oxxDmEXY="; 14 + hash = "sha256-4DttkEPI9yJtMsqzTNSnoDajcvMQPIiJAHk0kJl540Y="; 15 15 }; 16 16 17 17 doCheck = true; ··· 19 19 20 20 meta = { 21 21 description = "Backward Lists"; 22 - inherit (src.meta) homepage; 22 + homepage = "https://github.com/RedPRL/ocaml-bwd"; 23 + changelog = "https://github.com/RedPRL/ocaml-bwd/blob/${version}/CHANGELOG.markdown"; 23 24 license = lib.licenses.asl20; 24 25 maintainers = [ lib.maintainers.vbgl ]; 25 26 };