mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
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 @@ (define-public erlang-jsone
|
|||
(define-public erlang-parse-trans
|
||||
(package
|
||||
(name "erlang-parse-trans")
|
||||
(version "3.4.1")
|
||||
(version "3.4.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (hexpm-uri "parse_trans" version))
|
||||
(sha256
|
||||
(base32 "16p4c2xjrvz16kzpr9pmcvi6nxq6rwckqi9fp0ksibaxwxn402k2"))))
|
||||
(base32 "1jnr4k93vgcwnphsvczkwgm0pvnfs51sns9fscr5ghxpwdyk89ac"))))
|
||||
(build-system rebar-build-system)
|
||||
(inputs
|
||||
(list erlang-getopt))
|
||||
|
|
Loading…
Reference in a new issue