mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05: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 @@ (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")
|
||||
|
|
Loading…
Reference in a new issue