gnu: erlang-parse-trans: Update to 3.4.2.
* gnu/packages/erlang.scm (erlang-parse-trans): Update to 3.4.2. Change-Id: Ie14d7031e8e5d16f342e58edeb4564267e22b9fc Signed-off-by: Andrew Tropin <andrew@trop.in>
This commit is contained in:
parent
1e21e6ffca
commit
58366381bc
1 changed files with 2 additions and 2 deletions
|
@ -480,13 +480,13 @@ specifications.")
|
||||||
(define-public erlang-parse-trans
|
(define-public erlang-parse-trans
|
||||||
(package
|
(package
|
||||||
(name "erlang-parse-trans")
|
(name "erlang-parse-trans")
|
||||||
(version "3.4.1")
|
(version "3.4.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (hexpm-uri "parse_trans" version))
|
(uri (hexpm-uri "parse_trans" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "16p4c2xjrvz16kzpr9pmcvi6nxq6rwckqi9fp0ksibaxwxn402k2"))))
|
(base32 "1jnr4k93vgcwnphsvczkwgm0pvnfs51sns9fscr5ghxpwdyk89ac"))))
|
||||||
(build-system rebar-build-system)
|
(build-system rebar-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
(list erlang-getopt))
|
(list erlang-getopt))
|
||||||
|
|
Reference in a new issue