guix-commits
[Top][All Lists]
Advanced

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

05/09: gnu: ocaml-re: Update to 1.10.0.


From: guix-commits
Subject: 05/09: gnu: ocaml-re: Update to 1.10.0.
Date: Fri, 24 Sep 2021 08:31:34 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit d055e1f4aa8a31e4ccd94273f910544ecf4c6d16
Author: Xinglu Chen <public@yoctocell.xyz>
AuthorDate: Sat Aug 28 22:52:46 2021 +0200

    gnu: ocaml-re: Update to 1.10.0.
    
    * gnu/packages/ocaml.scm (ocaml-re): Update to 1.10.0.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 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 f2ad3ff..af0e80c 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -3350,7 +3350,7 @@ standard iterator type starting from 4.07.")
 (define-public ocaml-re
   (package
     (name "ocaml-re")
-    (version "1.9.0")
+    (version "1.10.0")
     (source
      (origin
        (method git-fetch)
@@ -3359,7 +3359,7 @@ standard iterator type starting from 4.07.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "07ycb103mr4mrkxfd63cwlsn023xvcjp0ra0k7n2gwrg0mwxmfss"))))
+        (base32 "04y7wwa8qbvapciiqd1qzn995xzb1g6rb39hs41jqsb55zdg3gfi"))))
     (build-system dune-build-system)
     (arguments
      `(#:tests? #f))



reply via email to

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