guix-commits
[Top][All Lists]
Advanced

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

11/28: gnu: Update ocaml-ppxlib to 0.25.1.


From: guix-commits
Subject: 11/28: gnu: Update ocaml-ppxlib to 0.25.1.
Date: Wed, 21 Dec 2022 16:11:42 -0500 (EST)

roptat pushed a commit to branch master
in repository guix.

commit 17f5a0da47ac5ad5f50a8f36a988670fea8d4d2a
Author: pukkamustard <pukkamustard@posteo.net>
AuthorDate: Fri Dec 16 13:25:10 2022 +0000

    gnu: Update ocaml-ppxlib to 0.25.1.
    
    * gnu/packages/ocaml.scm (ocaml-ppxlib): Update to 0.25.1.
    
    Signed-off-by: Julien Lepiller <julien@lepiller.eu>
---
 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 430e6a341b..972da2fd96 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -5677,7 +5677,7 @@ as part of the same ocaml-migrate-parsetree driver.")
 (define-public ocaml-ppxlib
   (package
     (name "ocaml-ppxlib")
-    (version "0.25.0")
+    (version "0.25.1")
     (home-page "https://github.com/ocaml-ppx/ppxlib";)
     (source
      (origin
@@ -5688,7 +5688,7 @@ as part of the same ocaml-migrate-parsetree driver.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "0wlqvyqy9ccp7z981blv42aqwq7zfq93cakbahjyy48hiiir6vp2"))))
+         "1402fzv5mg5grf3hb82fqsdkzxk07yfp9hvjh33dzjwjsqfhx3wi"))))
     (build-system dune-build-system)
     (arguments
      `(#:phases



reply via email to

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