guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/03: gnu: ocaml-xmlm: Update to 1.4.0.


From: guix-commits
Subject: 02/03: gnu: ocaml-xmlm: Update to 1.4.0.
Date: Thu, 10 Feb 2022 10:20:34 -0500 (EST)

roptat pushed a commit to branch master
in repository guix.

commit 060e6e711cbe40b43ece5442a4200e966ac29041
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Thu Feb 10 16:00:21 2022 +0100

    gnu: ocaml-xmlm: Update to 1.4.0.
    
    * gnu/packages/ocaml.scm (ocaml-xmlm): Update to 1.4.0.
---
 gnu/packages/ocaml.scm | 4 ++--
 1 file 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]