guix-commits
[Top][All Lists]
Advanced

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

02/54: gnu: ocaml-ppx-string: Update to 0.15.0.


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

roptat pushed a commit to branch master
in repository guix.

commit cd19c365096a86423eeb6ef2f37a403c3862042c
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Sat Apr 30 18:37:09 2022 +0200

    gnu: ocaml-ppx-string: Update to 0.15.0.
    
    * gnu/packages/ocaml.scm (ocaml-ppx-string): 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 1c40f11976..dd8310dc4d 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -6441,7 +6441,7 @@ from type definitions.")
 (define-public ocaml-ppx-string
   (package
     (name "ocaml-ppx-string")
-    (version "0.14.1")
+    (version "0.15.0")
     (source
       (origin
         (method git-fetch)
@@ -6450,7 +6450,7 @@ from type definitions.")
                (commit (string-append "v" version))))
         (file-name (git-file-name name version))
         (sha256
-          (base32 "0a8khmg0y32kyn3q6idwgh0d6d1s6ms1w75gj3dzng0v7y4h6jx4"))))
+          (base32 "1dp5frk6cig5m3m5rrh2alw63snyf845x7zlkkaljip02pqcbw1s"))))
     (build-system dune-build-system)
     (arguments `(#:tests? #f)); no tests
     (propagated-inputs



reply via email to

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