GNU bug report logs -
#55400
[Patch] bump Erlang to 24.3.4
Previous Next
Reported by: Cees de Groot <cg <at> evrl.com>
Date: Fri, 13 May 2022 19:25:01 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#55400: [Patch] bump Erlang to 24.3.4
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 55400 <at> debbugs.gnu.org.
--
55400: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=55400
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
Hi,
Cees de Groot <cg <at> evrl.com> skribis:
>>From a277a8289420cdf09fca15889053b19074848423 Mon Sep 17 00:00:00 2001
> From: Cees de Groot <cg <at> evrl.com>
> Date: Fri, 13 May 2022 15:21:24 -0400
> Subject: [PATCH] Bump Erlang to 24.3.4
>
> ---
> gnu/packages/erlang.scm | 6 +++---
I tweaked the commit log following our conventions and applied it.
Thanks!
Ludo’.
[Message part 3 (message/rfc822, inline)]
From a277a8289420cdf09fca15889053b19074848423 Mon Sep 17 00:00:00 2001
From: Cees de Groot <cg <at> evrl.com>
Date: Fri, 13 May 2022 15:21:24 -0400
Subject: [PATCH] Bump Erlang to 24.3.4
---
gnu/packages/erlang.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/erlang.scm b/gnu/packages/erlang.scm
index 888a0f4f1e..779024cbeb 100644
--- a/gnu/packages/erlang.scm
+++ b/gnu/packages/erlang.scm
@@ -41,7 +41,7 @@ (define-module (gnu packages erlang)
(define-public erlang
(package
(name "erlang")
- (version "24.2.1")
+ (version "24.3.4")
(source (origin
(method git-fetch)
;; The tarball from http://erlang.org/download contains many
@@ -53,7 +53,7 @@ (define-public erlang
(file-name (git-file-name name version))
(sha256
(base32
- "0glbdh4la0k4ikygj6rssvlbxbzybjn0bpp276wq170d6rgahlf6"))
+ "0rrnppglh261x81w9bzmh6wvxy8xjqiiw3nvv4q2214pmc1pxilr"))
(patches (search-patches "erlang-man-path.patch"))))
(build-system gnu-build-system)
(native-inputs
@@ -67,7 +67,7 @@ (define-public erlang
(version-major+minor version) ".tar.gz"))
(sha256
(base32
- "0k2zghkkqmf8g66hfb6zff2b7q5sl3r9y6lmv56ky03wzh9lpbjn"))))))
+ "057nrw8563nyd98l5zp9ffi3npw6h3jx06j1hv110wzpxqi25bb8"))))))
(inputs
(list ncurses openssl wxwidgets))
(propagated-inputs
--
2.36.0
This bug report was last modified 3 years and 56 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.