[PATCH 1/9] gnu: ocaml-4.14: Update to 4.14.2.

  • Done
  • quality assurance status badge
Details
One participant
  • Arnaud Daby-Seesaram
Owner
unassigned
Submitted by
Arnaud Daby-Seesaram
Severity
normal

Debbugs page

Arnaud Daby-Seesaram wrote 12 months ago
(address . guix-patches@gnu.org)(name . Arnaud Daby-Seesaram)(address . ds-ac@nanein.fr)
c46ba59f161a2b381d66e61f871dff6c15bf33d4.1710683827.git.ds-ac@nanein.fr
* gnu/packages/ocaml.scm (ocaml-4.14): Update to 4.14.2.

Change-Id: Ib07d92afede8a504f420cc27047b2d9312b09e24
---
gnu/packages/ocaml.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 0f4c351141..7d7c6826f7 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -255,7 +255,7 @@ (define-public ocaml-5.0
(define-public ocaml-4.14
(package
(name "ocaml")
- (version "4.14.1")
+ (version "4.14.2")
(source (origin
(method url-fetch)
(uri (string-append
@@ -264,7 +264,7 @@ (define-public ocaml-4.14
"/ocaml-" version ".tar.xz"))
(sha256
(base32
- "0vxvwxxycpc3r5p7ys59d86vw5vdr2lhmck1f3s6qms2096rf9y1"))))
+ "0r67zrn22532p5y6zk0zd0i74lbgxal4dpsq6gwlcag3jf3gc6bq"))))
(build-system gnu-build-system)
(native-search-paths
(list (search-path-specification
--
2.41.0
Arnaud Daby-Seesaram wrote 12 months ago
Re: bug#69850: Acknowledgement ([PATCH 1/9] gnu: ocaml-4.14: Update to 4.14.2.)
(address . 69850-done@debbugs.gnu.org)
878r2gor0q.fsf@nanein.fr
Apologies, this issue was opened by mistake, closing.

--
Arnaud
-----BEGIN PGP SIGNATURE-----

iQJEBAEBCgAuFiEEMgqfJ4U0fby1t860ojLKXoMTiAwFAmX3AjUQHGRzLWFjQG5h
bmVpbi5mcgAKCRCiMspegxOIDCoXEACU1lClQPqmWWJLblHjYpbOKYmUxgpXIkFX
kAd8GQNkLmZScytgn5nMtZrvpRnUFwRMSNAIgPWSGnPUt7GskzYdUd0LKVNYqG/6
pX78BD+tm5QA4QoV6ux3NZdj4VaI7Uh6D2MLW8X2Sc9i4M/A5MeLrXvJWcqV4BP6
hXiajjKfjrzrGzh+QVZd4E8+4wGIo2M70laapVqH6dujki8UVJ5kRcVDcI7Qg9i3
L5WParhjT557elBkRDldRwgv9PNKwrrf7DAhN1/zE7+AYYmIdNfJof5V2vHif6zk
DrlByhLv8+ViqD7YleRPlDzlhYaPa33nxrkVtAM9XUXYjzPnmelmbBOtdeuyrU9J
KyV0ySzNvvUVb5DFRUFrjDnAEljNlnS0l9ESq7PtaD5QOvd9jXcQ0tyF46E38UMw
cEYkCCXgCttaWG5IVJ10uJNWf4hqUv6G5pvRr5M16zF5JiRsU9gS5frz4pUYSorn
PncUTPgMliJzYKUcV1hGDz7R8DDRq2MZC0HlTgtcfEawkRt2NMTALa19HNXB6fiZ
QXQu+9S2locYw9t/P4TKsAZc/ZweHIInbrT7RTXXssc5zQ+8LH0tO/BJtA7inI+i
pRlM8fa+x++5x+AfQrKyK7/PeY72P9hqZhFEIHmYjp8M0dahd/jGPyeV7XzPoWsw
wyDIJS7nTw==
=+qE/
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 69850@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 69850
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help