summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/lambdasoup
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2020-07-11 15:23:47 +0200
committerVincent Laporte <Vincent.Laporte@gmail.com>2020-07-11 15:23:47 +0200
commit1bff502065370a2ce2e7c967fafd681a1f02bcf3 (patch)
treebfd0bedcb2bf06f0ad5d38546bb682a845cbcc1b /pkgs/development/ocaml-modules/lambdasoup
parent0057be6ebcb3fa1e80cf66e2167f5a82346983b2 (diff)
downloadnixpkgs-1bff502065370a2ce2e7c967fafd681a1f02bcf3.tar
nixpkgs-1bff502065370a2ce2e7c967fafd681a1f02bcf3.tar.gz
nixpkgs-1bff502065370a2ce2e7c967fafd681a1f02bcf3.tar.bz2
nixpkgs-1bff502065370a2ce2e7c967fafd681a1f02bcf3.tar.lz
nixpkgs-1bff502065370a2ce2e7c967fafd681a1f02bcf3.tar.xz
nixpkgs-1bff502065370a2ce2e7c967fafd681a1f02bcf3.tar.zst
nixpkgs-1bff502065370a2ce2e7c967fafd681a1f02bcf3.zip
ocamlPackages.lambdasoup: 0.6.3 → 0.7.1
Diffstat (limited to 'pkgs/development/ocaml-modules/lambdasoup')
-rw-r--r--pkgs/development/ocaml-modules/lambdasoup/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/ocaml-modules/lambdasoup/default.nix b/pkgs/development/ocaml-modules/lambdasoup/default.nix
index b4980240c90..f535ee78fef 100644
--- a/pkgs/development/ocaml-modules/lambdasoup/default.nix
+++ b/pkgs/development/ocaml-modules/lambdasoup/default.nix
@@ -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 ];
   };