gnu: erlang-getopt: Update to 1.0.3.

* gnu/packages/erlang.scm (erlang-getopt): Update to 1.0.3.

Change-Id: Ie2a94ae24377be227cc4fe0f39616312305cbb92
Signed-off-by: Andrew Tropin <andrew@trop.in>
This commit is contained in:
Igor Goryachev via Guix-patches via 2024-06-13 09:17:45 +03:00 committed by Andrew Tropin
parent 1f0c5fd8e7
commit 38c1b58521
No known key found for this signature in database
GPG key ID: 2208D20958C1DEB0

View file

@ -413,13 +413,13 @@ (define-public erlang-eunit-formatters
(define-public erlang-getopt
(package
(name "erlang-getopt")
(version "1.0.2")
(version "1.0.3")
(source
(origin
(method url-fetch)
(uri (hexpm-uri "getopt" version))
(sha256
(base32 "09pasi7ki1rivw9sl7xndj5qgjbdqvcscxk83yk85yr28gm9l0m0"))))
(base32 "0krj967wnlnfniscdgzbcsckjb8nwfqr49zp9x4j23slmj8dw0by"))))
(build-system rebar-build-system)
(home-page "https://github.com/jcomellas/getopt")
(synopsis "Command-line options parser for Erlang")