emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#49528: closed ([PATCH] Upgrade Erlang to 24.0.2)


From: GNU bug Tracking System
Subject: bug#49528: closed ([PATCH] Upgrade Erlang to 24.0.2)
Date: Tue, 13 Jul 2021 09:52:02 +0000

Your message dated Tue, 13 Jul 2021 12:50:11 +0300
with message-id <YO1h0ySe/W9eYCOy@3900XT>
and subject line Re: [bug#49528] [PATCH] Upgrade Erlang to 24.0.2
has caused the debbugs.gnu.org bug report #49528,
regarding [PATCH] Upgrade Erlang to 24.0.2
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
49528: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=49528
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] Upgrade Erlang to 24.0.2 Date: Sun, 11 Jul 2021 15:35:40 +0000
>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





--- End Message ---
--- Begin Message --- Subject: Re: [bug#49528] [PATCH] Upgrade Erlang to 24.0.2 Date: Tue, 13 Jul 2021 12:50:11 +0300
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: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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