roptat pushed a commit to branch master
in repository guix.

commit e78d9ea012af843b1012692ffb1918d319ae9e92
Author: Xinglu Chen <[email protected]>
AuthorDate: Sun Sep 26 18:59:55 2021 +0200

    gnu: ocaml-uuidm: Update to 0.9.7.
    
    * gnu/packages/ocaml.scm (ocaml-uuidm): Update to 0.9.7.
    
    Signed-off-by: Julien Lepiller <[email protected]>
---
 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 c5fd233..1381250 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -3657,14 +3657,14 @@ tool and piqi-ocaml.")
 (define-public ocaml-uuidm
   (package
     (name "ocaml-uuidm")
-    (version "0.9.6")
+    (version "0.9.7")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://erratique.ch/software/uuidm/";
                                   "releases/uuidm-" version ".tbz"))
               (sha256
                (base32
-                "0hz4fdx0x16k0pw9995vkz5d1hmzz6b16wck9li399rcbfnv5jlc"))))
+                "1ivxb3hxn9bk62rmixx6px4fvn52s4yr1bpla7rgkcn8981v45r8"))))
     (build-system ocaml-build-system)
     (arguments
      `(#:build-flags

Reply via email to