summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorJulien Lepiller <julien@lepiller.eu>2022-02-10 16:00:21 +0100
committerJulien Lepiller <julien@lepiller.eu>2022-02-10 16:20:12 +0100
commit060e6e711cbe40b43ece5442a4200e966ac29041 (patch)
treece0eebe439bf60ed7ccdc7cfb2fe8215696500d5 /gnu
parent9aa69b37c07b45c04f4bd3619936413ad24f40c2 (diff)
downloadguix-060e6e711cbe40b43ece5442a4200e966ac29041.tar.gz
gnu: ocaml-xmlm: Update to 1.4.0.
* gnu/packages/ocaml.scm (ocaml-xmlm): Update to 1.4.0.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/ocaml.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index d65e6a26c4..1482696836 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -2641,14 +2641,14 @@ run command line programs.")
 (define-public ocaml-xmlm
   (package
     (name "ocaml-xmlm")
-    (version "1.3.0")
+    (version "1.4.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://erratique.ch/software/xmlm/releases/"
                                   "xmlm-" version ".tbz"))
               (sha256
                 (base32
-                  "1rrdxg5kh9zaqmgapy9bhdqyxbbvxxib3bdfg1vhw4rrkp1z0x8n"))))
+                  "1ynrjba3wm3axscvggrfijfgsznmphhxnkffqch67l9xiqjm44h9"))))
     (build-system ocaml-build-system)
     (arguments
      `(#:tests? #f