guix-commits
[Top][All Lists]
Advanced

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

17/54: gnu: ocaml-ppx-typerep-conv: Update to 0.15.0.


From: guix-commits
Subject: 17/54: gnu: ocaml-ppx-typerep-conv: Update to 0.15.0.
Date: Sun, 1 May 2022 07:16:04 -0400 (EDT)

roptat pushed a commit to branch master
in repository guix.

commit fe940507b1a5a0e72da6b97a05463cebc35e17bb
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Sat Apr 30 21:04:07 2022 +0200

    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(-)

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 "."))



reply via email to

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