GNU bug report logs -
#26798
[PATCH] gnu: erlang: Update to 19.3.
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 26798 in the body.
You can then email your comments to 26798 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#26798
; Package
guix-patches
.
(Sat, 06 May 2017 11:01:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Pjotr Prins <pjotr.public12 <at> thebird.nl>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Sat, 06 May 2017 11:01:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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 © 2016 Steve Sprang <scs <at> stevesprang.com>
;;; Copyright © 2016 Leo Famulari <leo <at> famulari.name>
-;;; Copyright © 2016 Pjotr Prins <pjotr.public12 <at> thebird.nl>
+;;; Copyright © 2016, 2017 Pjotr Prins <pjotr.guix <at> thebird.nl>
;;;
;;; 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 many
@@ -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/COPYRIGHT"))
- ;; 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
--
2.11.0
Reply sent
to
ludo <at> gnu.org (Ludovic Courtès)
:
You have taken responsibility.
(Sat, 06 May 2017 14:07:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Pjotr Prins <pjotr.public12 <at> thebird.nl>
:
bug acknowledged by developer.
(Sat, 06 May 2017 14:07:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 26798-done <at> debbugs.gnu.org (full text, mbox):
Pjotr Prins <pjotr.public12 <at> thebird.nl> skribis:
> * gnu/packages/erlang.scm (erlang): Update to 19.3.
Applied, thanks!
Ludo'.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sun, 04 Jun 2017 11:24:06 GMT)
Full text and
rfc822 format available.
This bug report was last modified 8 years and 103 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.