unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Cees de Groot <cg@evrl.com>
To: 49528@debbugs.gnu.org
Subject: [bug#49528] [PATCH] Upgrade Erlang to 24.0.2
Date: Sun, 11 Jul 2021 15:35:40 +0000	[thread overview]
Message-ID: <SOUT152wugpaTr_R5CngjcJudks3Syu95zLpjiUx6Lj6yTsUvZ983O7vzFcgiQKm1q_aXU1T1s7NRhx7z2Qem_7WAfsY7h5h2svl2KyGMZs=@evrl.com> (raw)

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






             reply	other threads:[~2021-07-11 20:24 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-11 15:35 Cees de Groot [this message]
2021-07-13  9:50 ` bug#49528: [PATCH] Upgrade Erlang to 24.0.2 Efraim Flashner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='SOUT152wugpaTr_R5CngjcJudks3Syu95zLpjiUx6Lj6yTsUvZ983O7vzFcgiQKm1q_aXU1T1s7NRhx7z2Qem_7WAfsY7h5h2svl2KyGMZs=@evrl.com' \
    --to=cg@evrl.com \
    --cc=49528@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).