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:
Igor Goryachev via Guix-patches via 2024-06-13 09:17:48 +03:00 committed by Andrew Tropin
parent 1e21e6ffca
commit 58366381bc
No known key found for this signature in database
GPG key ID: 2208D20958C1DEB0

View file

@ -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))