guix-commits
[Top][All Lists]
Advanced

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

19/34: gnu: ocaml-ppx-bench: Update to 0.16.0.


From: guix-commits
Subject: 19/34: gnu: ocaml-ppx-bench: Update to 0.16.0.
Date: Thu, 8 Feb 2024 17:25:45 -0500 (EST)

roptat pushed a commit to branch master
in repository guix.

commit 30ad3fb059e0fa6665a83cfcee4114e079746e0b
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Wed Jan 10 08:43:20 2024 +0100

    gnu: ocaml-ppx-bench: Update to 0.16.0.
    
    * gnu/packages/ocaml.scm (ocaml-ppx-bench): Update to 0.16.0.
    
    Change-Id: If65570f4baff82200bf30c0277f2dccad9e23732
---
 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 ff47a67885..ba50d4f35c 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -6650,7 +6650,7 @@ many values).")
 (define-public ocaml-ppx-bench
   (package
     (name "ocaml-ppx-bench")
-    (version "0.15.0")
+    (version "0.16.0")
     (source
       (origin
         (method git-fetch)
@@ -6659,7 +6659,7 @@ many values).")
                (commit (string-append "v" version))))
         (file-name (git-file-name name version))
         (sha256
-          (base32 "0bc0gbm922417wqisafxh35jslcp7xy1s0h0a1q32rhx0ivxx3g6"))))
+          (base32 "0pry0vgi1ilwdi5viqydyf9n7y289c17s8wfn16wyzzfr887769m"))))
     (build-system dune-build-system)
     (arguments
      ;; No tests



reply via email to

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