1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-19 20:21:14 +00:00

ocamlPackages.lambdasoup: 0.6.3 → 0.7.1

This commit is contained in:
Vincent Laporte 2020-07-11 15:23:47 +02:00
parent 0057be6ebc
commit 1bff502065
No known key found for this signature in database
GPG key ID: EBD582ADDDB1F81F

View file

@ -2,13 +2,13 @@
buildDunePackage rec {
pname = "lambdasoup";
version = "0.6.3"; # NB: double-check the license when updating
version = "0.7.1";
src = fetchFromGitHub {
owner = "aantron";
repo = pname;
rev = version;
sha256 = "1w4zp3vswijzvrx0c3fv269ncqwnvvrzc46629nnwm9shwv07vmv";
sha256 = "14lndpsnzjjg58sdwxqpsv7kz77mnwn5658lya9jyaclj8azmaks";
};
propagatedBuildInputs = [ markup ];
@ -16,7 +16,7 @@ buildDunePackage rec {
meta = {
description = "Functional HTML scraping and rewriting with CSS in OCaml";
homepage = "https://aantron.github.io/lambdasoup/";
license = lib.licenses.bsd2;
license = lib.licenses.mit;
maintainers = [ lib.maintainers.vbgl ];
};