From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47962) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d6xST-0006BF-PY for guix-patches@gnu.org; Sat, 06 May 2017 07:01:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d6xSQ-0006WD-O7 for guix-patches@gnu.org; Sat, 06 May 2017 07:01:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:59025) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1d6xSQ-0006W7-Cp for guix-patches@gnu.org; Sat, 06 May 2017 07:01:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1d6xSQ-0002CR-35 for guix-patches@gnu.org; Sat, 06 May 2017 07:01:02 -0400 Subject: bug#26798: [PATCH] gnu: erlang: Update to 19.3. Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47829) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d6xRR-00063q-FO for guix-patches@gnu.org; Sat, 06 May 2017 07:00:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d6xRO-0006DJ-Df for guix-patches@gnu.org; Sat, 06 May 2017 07:00:01 -0400 Received: from mail.thebird.nl ([95.154.246.10]:51401) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1d6xRO-0006Cn-8D for guix-patches@gnu.org; Sat, 06 May 2017 06:59:58 -0400 From: Pjotr Prins Date: Sat, 6 May 2017 10:59:25 +0000 Message-Id: <20170506105925.9092-1-pjotr.public12@thebird.nl> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 26798@debbugs.gnu.org * gnu/packages/erlang.scm (erlang): Update to 19.3. --- gnu/packages/erlang.scm | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/gnu/packages/erlang.scm b/gnu/packages/erlang.scm index 39da7e939..07f117e28 100644 --- a/gnu/packages/erlang.scm +++ b/gnu/packages/erlang.scm @@ -1,7 +1,7 @@ ;;; GNU Guix --- Functional package management for GNU ;;; Copyright =C2=A9 2016 Steve Sprang ;;; Copyright =C2=A9 2016 Leo Famulari -;;; Copyright =C2=A9 2016 Pjotr Prins +;;; Copyright =C2=A9 2016, 2017 Pjotr Prins ;;; ;;; This file is part of GNU Guix. ;;; @@ -34,8 +34,7 @@ (define-public erlang (package (name "erlang") - ;; When updating, remember to update the hash of erlang-manpages! - (version "19.0") + (version "19.3") (source (origin (method url-fetch) ;; The tarball from http://erlang.org/download contains ma= ny @@ -46,7 +45,7 @@ (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 - "1dxyz6x1yfv33fd0xfry2ihylkyfa2d655q1vxvbz8dflyd64yqh"))= )) + "1b47jh549yywyp8fbs8a8j4ydr3zn982navzyqvlms6rg8vwb0pw"))= )) (build-system gnu-build-system) (native-inputs `(("perl" ,perl) @@ -61,7 +60,7 @@ version ".tar.gz")) (sha256 (base32 - "07j0l7ary936hil38xr3hvfw6j74pshkyyi98kc9cassbbcdd8y7")))))= ) + "0p6r3n3y7lbhv38sw8f2vi1xlmc137gyspk9ap086w1nszyjy6gq")))))= ) (inputs `(("ncurses" ,ncurses) ("openssl" ,openssl) @@ -162,9 +161,8 @@ (zero? (system* "tar" "xvf" manpages)) (rename-file "COPYRIGHT" (string-append share "/misc/erlang/COPYRIG= HT")) - ;; Delete superfluous files. - (for-each delete-file '("PR.template" - "README")))))))))) + ;; Delete superfluous file. + (delete-file "PR.template"))))))))) (home-page "http://erlang.org/") (synopsis "The Erlang programming language") (description --=20 2.11.0