guix-commits
[Top][All Lists]
Advanced

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

22/54: gnu: ocaml-ppx-module-timer: Update to 0.15.0.


From: guix-commits
Subject: 22/54: gnu: ocaml-ppx-module-timer: 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 b45833f512e4b5dff68aa5429b47adaa02081906
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Sat Apr 30 21:20:34 2022 +0200

    gnu: ocaml-ppx-module-timer: Update to 0.15.0.
    
    * gnu/packages/ocaml.scm (ocaml-ppx-module-timer): 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 e9dd46faab..04c6728675 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -6051,7 +6051,7 @@ context such as function arguments.")
 (define-public ocaml-ppx-module-timer
   (package
     (name "ocaml-ppx-module-timer")
-    (version "0.14.0")
+    (version "0.15.0")
     (source
       (origin
         (method git-fetch)
@@ -6060,7 +6060,7 @@ context such as function arguments.")
                (commit (string-append "v" version))))
         (file-name (git-file-name name version))
         (sha256
-          (base32 "163q1rpblwv82fxwyf0p4j9zpsj0jzvkfmzb03r0l49gqhn89mp6"))))
+          (base32 "0lzi5hxi10p89ddqbrc667267f888kqslal76gfhmszyk60n20av"))))
     (build-system dune-build-system)
     (arguments
      `(#:tests? #f)); no tests



reply via email to

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