guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: ocaml-cppo: Update to 1.6.9.


From: guix-commits
Subject: 02/02: gnu: ocaml-cppo: Update to 1.6.9.
Date: Fri, 3 Jun 2022 17:02:24 -0400 (EDT)

roptat pushed a commit to branch master
in repository guix.

commit 0c1f4ebc55772b45007cc6c2dc52945f1da3cca7
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Fri Jun 3 21:44:36 2022 +0200

    gnu: ocaml-cppo: Update to 1.6.9.
    
    * gnu/packages/ocaml.scm (ocaml-cppo): Update to 1.6.9.
---
 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 f389bf6a6c..093835d370 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -3490,7 +3490,7 @@ build system and allows external tools to analyse your 
project easily.")
 (define-public ocaml-cppo
   (package
     (name "ocaml-cppo")
-    (version "1.6.8")
+    (version "1.6.9")
     (source
       (origin
         (method git-fetch)
@@ -3499,7 +3499,7 @@ build system and allows external tools to analyse your 
project easily.")
                (commit (string-append "v" version))))
         (file-name (git-file-name name version))
         (sha256 (base32
-                 "0xjb1dnj8lvdcccskrhrakknd9q4vfy5330sjbqpf4h95dsz90k9"))))
+                 "1c8jlr2s0allw1h6czz5q24vn5jsnrrh44j7hjyilzaifm17dlrm"))))
     (build-system dune-build-system)
     (arguments
      `(#:tests? #f))



reply via email to

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