summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Lepiller <julien@lepiller.eu>2022-04-30 21:04:07 +0200
committerJulien Lepiller <julien@lepiller.eu>2022-05-01 13:14:53 +0200
commitfe940507b1a5a0e72da6b97a05463cebc35e17bb (patch)
tree9c252ea4d47785cde36c6a174481be52024dfb0e
parentbbdf8dacbf87e2b306cbea13cd4f8e0537750e21 (diff)
downloadguix-patches-fe940507b1a5a0e72da6b97a05463cebc35e17bb.tar
guix-patches-fe940507b1a5a0e72da6b97a05463cebc35e17bb.tar.gz
gnu: ocaml-ppx-typerep-conv: Update to 0.15.0.
* gnu/packages/ocaml.scm (ocaml-ppx-typerep-conv): Update to 0.15.0.
-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 db4ee22eb8..6eb26927fe 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -6397,7 +6397,7 @@ packages.")
(define-public ocaml-ppx-typerep-conv
(package
(name "ocaml-ppx-typerep-conv")
- (version "0.14.2")
+ (version "0.15.0")
(source
(origin
(method git-fetch)
@@ -6406,7 +6406,7 @@ packages.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0yk9vkpnwr8labgfncqdi4rfkj88d8mb3cr8m4gdqpi3f2r27hf0"))))
+ (base32 "1q1lzykpm83ra4l5jh4rfddhd3c96kx4s4rvx0w4b51z1qk56zam"))))
(build-system dune-build-system)
(arguments
`(#:test-target "."))