guix-commits
[Top][All Lists]
Advanced

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

26/54: gnu: ocaml-ppx-bench: Update to 0.15.0.


From: guix-commits
Subject: 26/54: gnu: ocaml-ppx-bench: Update to 0.15.0.
Date: Sun, 1 May 2022 07:16:05 -0400 (EDT)

roptat pushed a commit to branch master
in repository guix.

commit 6abb5fe8a9e6a6656bfe88761a39078e3d709802
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Sun May 1 07:34:13 2022 +0200

    gnu: ocaml-ppx-bench: Update to 0.15.0.
    
    * gnu/packages/ocaml.scm (ocaml-ppx-bench): 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 18ead5e1e5..fee9ab1cc6 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -5804,7 +5804,7 @@ many values).")
 (define-public ocaml-ppx-bench
   (package
     (name "ocaml-ppx-bench")
-    (version "0.14.1")
+    (version "0.15.0")
     (source
       (origin
         (method git-fetch)
@@ -5813,7 +5813,7 @@ many values).")
                (commit (string-append "v" version))))
         (file-name (git-file-name name version))
         (sha256
-          (base32 "12r7jgqgpb4i4cry3rgyl2nmxcscs5w7mmk06diz7i49r27p96im"))))
+          (base32 "0bc0gbm922417wqisafxh35jslcp7xy1s0h0a1q32rhx0ivxx3g6"))))
     (build-system dune-build-system)
     (arguments
      ;; No tests



reply via email to

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