summary refs log tree commit diff
path: root/gnu/packages/ocaml.scm
diff options
context:
space:
mode:
authorJulien Lepiller <julien@lepiller.eu>2022-08-13 19:39:07 +0200
committerJulien Lepiller <julien@lepiller.eu>2022-08-13 21:21:28 +0200
commit96b3449823089ad86db7ca9d026b9d00645ae5fa (patch)
treeb2b619b1ee5170a5d2a4b93ca620895c2d012b64 /gnu/packages/ocaml.scm
parentb7b2c922741e0edcb6fc0e913a821eba6684dc9d (diff)
downloadguix-96b3449823089ad86db7ca9d026b9d00645ae5fa.tar.gz
gnu: ocaml-piqilib: Update to 0.6.16.
* gnu/packages/ocaml.scm (ocaml-piqilib): Update to 0.6.16.
Diffstat (limited to 'gnu/packages/ocaml.scm')
-rw-r--r--gnu/packages/ocaml.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 6deb17d705..75a8c25bfa 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -3946,7 +3946,7 @@ Format module of the OCaml standard library.")
 (define-public ocaml-piqilib
   (package
     (name "ocaml-piqilib")
-    (version "0.6.15")
+    (version "0.6.16")
     (source
      (origin
        (method git-fetch)
@@ -3955,7 +3955,7 @@ Format module of the OCaml standard library.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0v04hs85xv6d4ysqxyv1dik34dx49yab9shpi4x7iv19qlzl7csb"))))
+        (base32 "0mbhfrfrik3jlzx9zz680g0qdvv0b7cbjz28cgdlryp7nk4v4kx8"))))
     (build-system ocaml-build-system)
     (arguments
      `(#:phases