about summary refs log tree commit diff
path: root/pkgs/development/ocaml-modules/tyxml
diff options
context:
space:
mode:
authorVincent Laporte <Vincent.Laporte@gmail.com>2020-05-07 21:42:08 +0200
committerVincent Laporte <vbgl@users.noreply.github.com>2020-05-14 18:12:36 +0200
commit9ec8205e78314abd912e0ca4a2e2f22d0bffd59a (patch)
tree58a4e2ed238b01a38e5e731c06be448979fdba41 /pkgs/development/ocaml-modules/tyxml
parentb59b7414c35e5c4026c53453329a25e4260b958b (diff)
downloadnixlib-9ec8205e78314abd912e0ca4a2e2f22d0bffd59a.tar
nixlib-9ec8205e78314abd912e0ca4a2e2f22d0bffd59a.tar.gz
nixlib-9ec8205e78314abd912e0ca4a2e2f22d0bffd59a.tar.bz2
nixlib-9ec8205e78314abd912e0ca4a2e2f22d0bffd59a.tar.lz
nixlib-9ec8205e78314abd912e0ca4a2e2f22d0bffd59a.tar.xz
nixlib-9ec8205e78314abd912e0ca4a2e2f22d0bffd59a.tar.zst
nixlib-9ec8205e78314abd912e0ca4a2e2f22d0bffd59a.zip
ocamlPackages.tyxml: 4.3.0 → 4.4.0
ocamlPackages.eliom: 6.10.1 → 6.12.0
Diffstat (limited to 'pkgs/development/ocaml-modules/tyxml')
-rw-r--r--pkgs/development/ocaml-modules/tyxml/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/ocaml-modules/tyxml/default.nix b/pkgs/development/ocaml-modules/tyxml/default.nix
index 0d0d43229f89..5d5e7dedd233 100644
--- a/pkgs/development/ocaml-modules/tyxml/default.nix
+++ b/pkgs/development/ocaml-modules/tyxml/default.nix
@@ -2,11 +2,11 @@
 
 buildDunePackage rec {
   pname = "tyxml";
-  version = "4.3.0";
+  version = "4.4.0";
 
   src = fetchurl {
     url = "https://github.com/ocsigen/tyxml/releases/download/${version}/tyxml-${version}.tbz";
-    sha256 = "1hxzppfvsdls2y8qiwvz31hmffzh2hgglf01am1vzf2f31mxf6vf";
+    sha256 = "0c150h2f4c4id73ickkdqkir3jya66m6c7f5jxlp4caw9bfr8qsi";
   };
 
   propagatedBuildInputs = [ uutf re ];