guix-commits
[Top][All Lists]
Advanced

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

07/14: gnu: ocaml-tyxml: Update to 4.4.0.


From: guix-commits
Subject: 07/14: gnu: ocaml-tyxml: Update to 4.4.0.
Date: Wed, 30 Dec 2020 08:26:56 -0500 (EST)

roptat pushed a commit to branch master
in repository guix.

commit 1a5bca9b3b143b3d9f234c95d8d2c43ca637de17
Author: pukkamustard <pukkamustard@posteo.net>
AuthorDate: Mon Dec 28 22:10:09 2020 +0100

    gnu: ocaml-tyxml: Update to 4.4.0.
    
    * gnu/packages/ocaml.scm (ocaml-tyxml): Update to 4.4.0.
    
    Signed-off-by: Julien Lepiller <julien@lepiller.eu>
---
 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 d10b14b..273dc25 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -5582,7 +5582,7 @@ stream, and convert everything to UTF-8.")
 (define-public ocaml-tyxml
   (package
     (name "ocaml-tyxml")
-    (version "4.3.0")
+    (version "4.4.0")
     (source
      (origin
        (method git-fetch)
@@ -5592,7 +5592,7 @@ stream, and convert everything to UTF-8.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "0wv19xipkj8l2sks1h53105ywbjwk7q93fb7b8al4a2g9wr109c0"))))
+         "1hw4phyadcfgywgh5sj87i76gp56qwxzwlcpfdwjbf6ggag9clmd"))))
     (build-system dune-build-system)
     (inputs
      `(("ocaml-re" ,ocaml-re)



reply via email to

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