guix-commits
[Top][All Lists]
Advanced

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

03/14: gnu: ocaml-piqi: Update to 0.7.8.


From: guix-commits
Subject: 03/14: gnu: ocaml-piqi: Update to 0.7.8.
Date: Sat, 13 Aug 2022 15:22:21 -0400 (EDT)

roptat pushed a commit to branch master
in repository guix.

commit b4d97ef2dee113eec1307207874253c4a2e39e39
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Sat Aug 13 18:02:16 2022 +0200

    gnu: ocaml-piqi: Update to 0.7.8.
    
    * gnu/packages/ocaml.scm (ocaml-piqi): Update to 0.7.8.
---
 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 34c1f69afe..63fa716c27 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -4074,7 +4074,7 @@ and 4 (random based) according to RFC 4122.")
 (define-public ocaml-piqi
   (package
     (name "ocaml-piqi")
-    (version "0.7.7")
+    (version "0.7.8")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -4083,7 +4083,7 @@ and 4 (random based) according to RFC 4122.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1913jpsb8mvqi8609j4g4sm5jhg50dq0xqxgy8nmvknfryyc89nm"))))
+                "12m9vxir0cs2155nxs0a3m3npf3w79kyxf9a5lmf18qvvgismfz8"))))
     (build-system ocaml-build-system)
     (arguments
      `(#:make-flags



reply via email to

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