From fe940507b1a5a0e72da6b97a05463cebc35e17bb Mon Sep 17 00:00:00 2001 From: Julien Lepiller Date: Sat, 30 Apr 2022 21:04:07 +0200 Subject: gnu: ocaml-ppx-typerep-conv: Update to 0.15.0. * gnu/packages/ocaml.scm (ocaml-ppx-typerep-conv): Update to 0.15.0. --- gnu/packages/ocaml.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages') 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 ".")) -- cgit v1.2.3