gnu: erlang: Update to 20.0.
* gnu/packages/erlang.scm (erlang): Update to 20.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
c27e02bf6b
commit
ee217402f7
1 changed files with 4 additions and 5 deletions
|
@ -35,7 +35,7 @@
|
||||||
(define-public erlang
|
(define-public erlang
|
||||||
(package
|
(package
|
||||||
(name "erlang")
|
(name "erlang")
|
||||||
(version "19.3")
|
(version "20.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
;; The tarball from http://erlang.org/download contains many
|
;; The tarball from http://erlang.org/download contains many
|
||||||
|
@ -46,7 +46,7 @@
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1b47jh549yywyp8fbs8a8j4ydr3zn982navzyqvlms6rg8vwb0pw"))
|
"1azjjyb743i6vjq7rnh5qnslsqg0x60a9zrlhg9n3dpm13z1b22l"))
|
||||||
(patches (search-patches "erlang-man-path.patch"))))
|
(patches (search-patches "erlang-man-path.patch"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
|
@ -62,7 +62,7 @@
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0p6r3n3y7lbhv38sw8f2vi1xlmc137gyspk9ap086w1nszyjy6gq"))))))
|
"1k25p37w1l1j20qd8rga4j4q7s7r0rbsi02x3xwzhw51jhm59wdp"))))))
|
||||||
(inputs
|
(inputs
|
||||||
`(("ncurses" ,ncurses)
|
`(("ncurses" ,ncurses)
|
||||||
("openssl" ,openssl)
|
("openssl" ,openssl)
|
||||||
|
@ -111,8 +111,7 @@
|
||||||
(("date\\(\\), time\\(\\),")
|
(("date\\(\\), time\\(\\),")
|
||||||
(date->string source-date-epoch
|
(date->string source-date-epoch
|
||||||
"{~Y,~m,~d}, {~H,~M,~S},")))
|
"{~Y,~m,~d}, {~H,~M,~S},")))
|
||||||
(substitute* '("lib/dialyzer/test/small_SUITE_data/src/gs_make.erl"
|
(substitute* "lib/dialyzer/test/small_SUITE_data/src/gs_make.erl"
|
||||||
"lib/gs/src/gs_make.erl")
|
|
||||||
(("tuple_to_list\\(date\\(\\)\\),tuple_to_list\\(time\\(\\)\\)")
|
(("tuple_to_list\\(date\\(\\)\\),tuple_to_list\\(time\\(\\)\\)")
|
||||||
(date->string
|
(date->string
|
||||||
source-date-epoch
|
source-date-epoch
|
||||||
|
|
Reference in a new issue