guix-commits
[Top][All Lists]
Advanced

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

02/04: gnu: ocaml-uucd: Update to 14.0.0.


From: guix-commits
Subject: 02/04: gnu: ocaml-uucd: Update to 14.0.0.
Date: Fri, 19 Nov 2021 17:58:27 -0500 (EST)

roptat pushed a commit to branch master
in repository guix.

commit a37f84fd617c107db0ac2f2fbd715b73be4b2d12
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Fri Nov 19 23:52:45 2021 +0100

    gnu: ocaml-uucd: Update to 14.0.0.
    
    * gnu/packages/ocaml.scm (ocaml-uucd): Update to 14.0.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 769d063..3e8a698 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -7063,7 +7063,7 @@ client chooses the concrete timeline.")
 (define-public ocaml-uucd
   (package
     (name "ocaml-uucd")
-    (version "13.0.0")
+    (version "14.0.0")
     (source
      (origin
        (method url-fetch)
@@ -7071,7 +7071,7 @@ client chooses the concrete timeline.")
                            "uucd-" version ".tbz"))
        (sha256
         (base32
-         "1fg77hg4ibidkv1x8hhzl8z3rzmyymn8m4i35jrdibb8adigi8v2"))))
+         "0fc737v5gj3339jx4x9xr096lxrpwvp6vaiylhavcvsglcwbgm30"))))
     (build-system ocaml-build-system)
     (arguments
      '(#:build-flags '("build" "--tests" "true")



reply via email to

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