summary refs log tree commit diff
path: root/gnu/packages/ocaml.scm
diff options
context:
space:
mode:
authorJulien Lepiller <julien@lepiller.eu>2022-04-30 21:00:52 +0200
committerJulien Lepiller <julien@lepiller.eu>2022-05-01 13:14:53 +0200
commitbbdf8dacbf87e2b306cbea13cd4f8e0537750e21 (patch)
treeec54a1fe1e42a1b818976d19b4ccac3126c1e913 /gnu/packages/ocaml.scm
parent2fd97d5a05e1cab8be84e9df80f5b649256459b4 (diff)
downloadguix-bbdf8dacbf87e2b306cbea13cd4f8e0537750e21.tar.gz
gnu: ocaml-typerep: Update to 0.15.0.
* gnu/packages/ocaml.scm (ocaml-typerep): Update to 0.15.0.
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 a6ae384b4d..db4ee22eb8 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -5878,7 +5878,7 @@ many values).")
 (define-public ocaml-typerep
   (package
     (name "ocaml-typerep")
-    (version "0.14.0")
+    (version "0.15.0")
     (source
       (origin
         (method git-fetch)
@@ -5887,7 +5887,7 @@ many values).")
                (commit (string-append "v" version))))
         (file-name (git-file-name name version))
         (sha256
-          (base32 "0wc7h853ka3s3lxxgm61ypidl0lzgc9abdkil6f72anl0c417y90"))))
+          (base32 "1qxfi01qim0hrgd6d0bgvpxg36i99mmm8cw4wqpr9kxyqvgzv26z"))))
     (build-system dune-build-system)
     (arguments `(#:tests? #f)); no tests
     (propagated-inputs (list ocaml-base))