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 @@ of reusable Erlang components.")
(define-public erlang-getopt (define-public erlang-getopt
(package (package
(name "erlang-getopt") (name "erlang-getopt")
(version "1.0.2") (version "1.0.3")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (hexpm-uri "getopt" version)) (uri (hexpm-uri "getopt" version))
(sha256 (sha256
(base32 "09pasi7ki1rivw9sl7xndj5qgjbdqvcscxk83yk85yr28gm9l0m0")))) (base32 "0krj967wnlnfniscdgzbcsckjb8nwfqr49zp9x4j23slmj8dw0by"))))
(build-system rebar-build-system) (build-system rebar-build-system)
(home-page "https://github.com/jcomellas/getopt") (home-page "https://github.com/jcomellas/getopt")
(synopsis "Command-line options parser for Erlang") (synopsis "Command-line options parser for Erlang")