guix-commits
[Top][All Lists]
Advanced

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

07/14: gnu: ocaml-ppx-derivers: Update to 1.2.1.


From: guix-commits
Subject: 07/14: gnu: ocaml-ppx-derivers: Update to 1.2.1.
Date: Fri, 26 Apr 2019 17:35:57 -0400 (EDT)

roptat pushed a commit to branch master
in repository guix.

commit 1e5937c8c0a19dc0a15e1057d52cf87eded8de38
Author: Julien Lepiller <address@hidden>
Date:   Fri Apr 26 23:08:07 2019 +0200

    gnu: ocaml-ppx-derivers: Update to 1.2.1.
    
    * gnu/packages/ocaml.scm (ocaml-ppx-derivers): Update to 1.2.1.
---
 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 6e43381..5b659f1 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -3857,7 +3857,7 @@ a more consistent API.")
 (define-public ocaml-ppx-derivers
   (package
     (name "ocaml-ppx-derivers")
-    (version "1.2")
+    (version "1.2.1")
     (home-page
      "https://github.com/ocaml-ppx/ppx_derivers";)
     (source
@@ -3869,7 +3869,7 @@ a more consistent API.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "0bnhihl1w31as5w2czly1v3d6pbir9inmgsjg2cj6aaj9v1dzd85"))))
+         "0yqvqw58hbx1a61wcpbnl9j30n495k23qmyy2xwczqs63mn2nkpn"))))
     (build-system dune-build-system)
     (arguments
      '(#:tests? #f)) ;no tests



reply via email to

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