GNU bug report logs -
#27883
[PATCH] gnu: erlang: Update to 20.0.
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 27883 in the body.
You can then email your comments to 27883 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#27883
; Package
guix-patches
.
(Sun, 30 Jul 2017 21:20:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Peter Mikkelsen <petermikkelsen10 <at> gmail.com>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Sun, 30 Jul 2017 21:20: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 20.0.
---
gnu/packages/erlang.scm | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/erlang.scm b/gnu/packages/erlang.scm
index 9658061f2..a400e712d 100644
--- a/gnu/packages/erlang.scm
+++ b/gnu/packages/erlang.scm
@@ -35,7 +35,7 @@
(define-public erlang
(package
(name "erlang")
- (version "19.3")
+ (version "20.0")
(source (origin
(method url-fetch)
;; The tarball from http://erlang.org/download contains many
@@ -46,7 +46,7 @@
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
- "1b47jh549yywyp8fbs8a8j4ydr3zn982navzyqvlms6rg8vwb0pw"))
+ "1azjjyb743i6vjq7rnh5qnslsqg0x60a9zrlhg9n3dpm13z1b22l"))
(patches (search-patches "erlang-man-path.patch"))))
(build-system gnu-build-system)
(native-inputs
@@ -62,7 +62,7 @@
version ".tar.gz"))
(sha256
(base32
- "0p6r3n3y7lbhv38sw8f2vi1xlmc137gyspk9ap086w1nszyjy6gq"))))))
+ "1k25p37w1l1j20qd8rga4j4q7s7r0rbsi02x3xwzhw51jhm59wdp"))))))
(inputs
`(("ncurses" ,ncurses)
("openssl" ,openssl)
@@ -111,9 +111,7 @@
(("date\\(\\), time\\(\\),")
(date->string source-date-epoch
"{~Y,~m,~d}, {~H,~M,~S},")))
- (substitute* '("lib/dialyzer/test/small_SUITE_data/src/gs_make.erl"
- "lib/gs/src/gs_make.erl")
+ (substitute* "lib/dialyzer/test/small_SUITE_data/src/gs_make.erl"
(("tuple_to_list\\(date\\(\\)\\),tuple_to_list\\(time\\(\\)\\)")
(date->string
source-date-epoch
--
2.13.3
Reply sent
to
ludo <at> gnu.org (Ludovic Courtès)
:
You have taken responsibility.
(Mon, 31 Jul 2017 15:18:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Peter Mikkelsen <petermikkelsen10 <at> gmail.com>
:
bug acknowledged by developer.
(Mon, 31 Jul 2017 15:18:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 27883-done <at> debbugs.gnu.org (full text, mbox):
Peter Mikkelsen <petermikkelsen10 <at> gmail.com> skribis:
> * gnu/packages/erlang.scm (erlang): Update to 20.0.
Applied, thanks!
Ludo'.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Tue, 29 Aug 2017 11:24:03 GMT)
Full text and
rfc822 format available.
This bug report was last modified 7 years and 297 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.