all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#50242] [PATCH] gnu: ocaml-re: Update to 1.10.0.
@ 2021-08-28 20:52 Xinglu Chen
  2021-09-24 12:19 ` bug#50242: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Xinglu Chen @ 2021-08-28 20:52 UTC (permalink / raw)
  To: 50242

* gnu/packages/ocaml.scm (ocaml-re): Update to 1.10.0.
---
 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 c1cdc8f3f3..5364032da7 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))

base-commit: a8dd285d5a0670abf124a721e6ba94da045b24ba
-- 
2.32.0






^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#50242: [PATCH] gnu: ocaml-re: Update to 1.10.0.
  2021-08-28 20:52 [bug#50242] [PATCH] gnu: ocaml-re: Update to 1.10.0 Xinglu Chen
@ 2021-09-24 12:19 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2021-09-24 12:19 UTC (permalink / raw)
  To: Xinglu Chen; +Cc: 50242-done

Hi,

Xinglu Chen <public@yoctocell.xyz> skribis:

> * gnu/packages/ocaml.scm (ocaml-re): Update to 1.10.0.

Applied after checking that all the dependents (including Frama-C) still
build on x86_64-linux.

Thanks,
Ludo’.




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-09-24 12:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-28 20:52 [bug#50242] [PATCH] gnu: ocaml-re: Update to 1.10.0 Xinglu Chen
2021-09-24 12:19 ` bug#50242: " Ludovic Courtès

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.