all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#50823] [PATCH] gnu: ocaml-uuidm: Update to 0.9.7.
@ 2021-09-26 16:59 Xinglu Chen
  2021-10-08  2:44 ` bug#50823: " Julien Lepiller
  0 siblings, 1 reply; 2+ messages in thread
From: Xinglu Chen @ 2021-09-26 16:59 UTC (permalink / raw)
  To: 50823

* gnu/packages/ocaml.scm (ocaml-uuidm): Update to 0.9.7.
---
 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 e30bd2f613..f9ec1a1f05 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -3655,14 +3655,14 @@ (define-public ocaml4.07-piqilib
 (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

base-commit: 8c6c33a2a5bf385e1589b405ee7f842684ed80c1
-- 
2.33.0







^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#50823: [PATCH] gnu: ocaml-uuidm: Update to 0.9.7.
  2021-09-26 16:59 [bug#50823] [PATCH] gnu: ocaml-uuidm: Update to 0.9.7 Xinglu Chen
@ 2021-10-08  2:44 ` Julien Lepiller
  0 siblings, 0 replies; 2+ messages in thread
From: Julien Lepiller @ 2021-10-08  2:44 UTC (permalink / raw)
  To: 50823-done

Pushed to master as e78d9ea012af843b1012692ffb1918d319ae9e92, thanks!




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-10-08  2:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-26 16:59 [bug#50823] [PATCH] gnu: ocaml-uuidm: Update to 0.9.7 Xinglu Chen
2021-10-08  2:44 ` bug#50823: " Julien Lepiller

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.