guix-commits
[Top][All Lists]
Advanced

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

54/54: gnu: ocaml-re: Update to 1.10.4.


From: guix-commits
Subject: 54/54: gnu: ocaml-re: Update to 1.10.4.
Date: Sun, 1 May 2022 07:16:10 -0400 (EDT)

roptat pushed a commit to branch master
in repository guix.

commit 3d5d09abb81cc890bf6491837912b6d53f2e4fe0
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Sun May 1 12:59:27 2022 +0200

    gnu: ocaml-re: Update to 1.10.4.
    
    * gnu/packages/ocaml.scm (ocaml-re): Update to 1.10.4.
---
 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 40d0bc3f7f..0e9ffa1f9a 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -3531,7 +3531,7 @@ standard iterator type starting from 4.07.")
 (define-public ocaml-re
   (package
     (name "ocaml-re")
-    (version "1.10.3")
+    (version "1.10.4")
     (source
      (origin
        (method git-fetch)
@@ -3540,7 +3540,7 @@ standard iterator type starting from 4.07.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1lj94y3zj6qff1yizf311h5ww15djbmnb1g43wd0jz3afa9gk59m"))))
+        (base32 "1g0vmpx6ylv8m0w77zarn215pgb4czc6gcpb2fi5da1s307zwr0w"))))
     (build-system dune-build-system)
     (arguments
      `(#:test-target "."))



reply via email to

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