* [bug#49528] [PATCH] Upgrade Erlang to 24.0.2
@ 2021-07-11 15:35 Cees de Groot
2021-07-13 9:50 ` bug#49528: " Efraim Flashner
0 siblings, 1 reply; 2+ messages in thread
From: Cees de Groot @ 2021-07-11 15:35 UTC (permalink / raw)
To: 49528
From e33b031148d4fbfdf9fdb0fa4d9fc081a611c8ba Mon Sep 17 00:00:00 2001
From: Cees de Groot <cg@evrl.com>
Date: Sun, 11 Jul 2021 00:11:58 -0400
Subject: [PATCH 1/2] Bump Erlang to 24.0.2
---
gnu/packages/erlang.scm | 12 ++++--------
1 file changed, 4 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/erlang.scm b/gnu/packages/erlang.scm
index d52d5c3983..820e16f23a 100644
--- a/gnu/packages/erlang.scm
+++ b/gnu/packages/erlang.scm
@@ -41,7 +41,7 @@
(define-public erlang
(package
(name "erlang")
- (version "23.2.1")
+ (version "24.0.2")
(source (origin
(method git-fetch)
;; The tarball from http://erlang.org/download contains many
@@ -53,7 +53,7 @@
(file-name (git-file-name name version))
(sha256
(base32
- "1p3lw4bcm2dph3pf1h4i0d9pzrcfr83r0iadqanxkwbmm1bl11pm"))
+ "06plnhi1489wqsag5wgm16hb1xd1a8nbnb9gw7635d3fidxyb0wp"))
(patches (search-patches "erlang-man-path.patch"))))
(build-system gnu-build-system)
(native-inputs
@@ -69,7 +69,7 @@
(version-major+minor version) ".tar.gz"))
(sha256
(base32
- "0rq0rw68f02vckgdiwmvx8bvyv00l81s27cq59i3h79j9prfal2n"))))))
+ "1c9ccp93pmm54mmvpiyrmj8v00pq11a60c4xv220k97i965zkwsg"))))))
(inputs
`(("ncurses" ,ncurses)
("openssl" ,openssl)
@@ -204,11 +204,7 @@
(mkdir-p share)
(mkdir-p (string-append share "/misc/erlang"))
(with-directory-excursion share
- (invoke "tar" "xvf" manpages)
- (rename-file "COPYRIGHT"
- (string-append share "/misc/erlang/COPYRIGHT"))
- ;; Delete superfluous file.
- (delete-file "PR.template"))
+ (invoke "tar" "xvf" manpages))
#t))))))
(home-page "https://www.erlang.org/")
(synopsis "The Erlang programming language")
--
2.32.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#49528: [PATCH] Upgrade Erlang to 24.0.2
2021-07-11 15:35 [bug#49528] [PATCH] Upgrade Erlang to 24.0.2 Cees de Groot
@ 2021-07-13 9:50 ` Efraim Flashner
0 siblings, 0 replies; 2+ messages in thread
From: Efraim Flashner @ 2021-07-13 9:50 UTC (permalink / raw)
To: Cees de Groot; +Cc: 49528-done
[-- Attachment #1: Type: text/plain, Size: 277 bytes --]
Thanks. I added a copyright line for you and pushed the patch.
--
Efraim Flashner <efraim@flashner.co.il> אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-07-13 9:52 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-07-11 15:35 [bug#49528] [PATCH] Upgrade Erlang to 24.0.2 Cees de Groot
2021-07-13 9:50 ` bug#49528: " Efraim Flashner
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).