From b475247b852aa3cb010443546d9ffd7bef3f46c6 Mon Sep 17 00:00:00 2001 From: Vincent Laporte Date: Sun, 24 Oct 2021 10:00:44 +0200 Subject: [PATCH] =?UTF-8?q?ocamlPackages.lambdasoup:=200.7.2=20=E2=86=92?= =?UTF-8?q?=200.7.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkgs/development/ocaml-modules/lambdasoup/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/ocaml-modules/lambdasoup/default.nix b/pkgs/development/ocaml-modules/lambdasoup/default.nix index de5fbf63b38..d7d0028b2c1 100644 --- a/pkgs/development/ocaml-modules/lambdasoup/default.nix +++ b/pkgs/development/ocaml-modules/lambdasoup/default.nix @@ -2,9 +2,9 @@ buildDunePackage rec { pname = "lambdasoup"; - version = "0.7.2"; + version = "0.7.3"; - minimumOCamlVersion = "4.02"; + minimalOCamlVersion = "4.02"; useDune2 = true; @@ -12,7 +12,7 @@ buildDunePackage rec { owner = "aantron"; repo = pname; rev = version; - sha256 = "0php51lyz3ll0psazjd59yw02xb9w84150gkyiwmn3fa0iq8nf7m"; + sha256 = "sha256:1wclkn1pl0d150dw0xswb29jc7y1q9mhipff1pnsc1hli3pyvvb7"; }; propagatedBuildInputs = [ markup ];