mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
1f0c5fd8e7
commit
38c1b58521
1 changed files with 2 additions and 2 deletions
|
@ -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")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue