guix-commits
[Top][All Lists]
Advanced

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

03/04: gnu: ocaml-uucp: Update to 14.0.0.


From: guix-commits
Subject: 03/04: gnu: ocaml-uucp: 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 ee1188dcb1f2ef265902ec3e7c01ad2e2202b1ad
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Fri Nov 19 23:53:47 2021 +0100

    gnu: ocaml-uucp: Update to 14.0.0.
    
    * gnu/packages/ocaml.scm (ocaml-uucp): 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 3e8a698..e8f8e97 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -7096,7 +7096,7 @@ representations can be extracted.")
 (define-public ocaml-uucp
   (package
     (name "ocaml-uucp")
-    (version "13.0.0")
+    (version "14.0.0")
     (source
      (origin
        (method url-fetch)
@@ -7104,7 +7104,7 @@ representations can be extracted.")
                            "uucp-" version ".tbz"))
        (sha256
         (base32
-         "19kf8ypxaakacgg1dwwfzkc2zicaj88cmw11fw2z7zl24dn4gyiq"))))
+         "1yx9nih3d9prb9zizq8fzmmqylf24a6yifhf81h33znrj5xn1mpj"))))
     (build-system ocaml-build-system)
     (arguments
      '(#:build-flags '("build" "--tests" "true")



reply via email to

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