gnu: elixir-bunt: Update to 1.0.0.
* gnu/packages/elixir-xyz.scm (elixir-bunt): Update to 1.0.0. Change-Id: I5b51b2063f5eb07adeadb3ac33ad78a834b4b962 Signed-off-by: Andrew Tropin <andrew@trop.in>
This commit is contained in:
parent
7c7fcbb828
commit
f60fea34d8
1 changed files with 2 additions and 2 deletions
|
@ -153,13 +153,13 @@ https://github.com/synrc/fs.")
|
||||||
(define-public elixir-bunt
|
(define-public elixir-bunt
|
||||||
(package
|
(package
|
||||||
(name "elixir-bunt")
|
(name "elixir-bunt")
|
||||||
(version "0.2.1")
|
(version "1.0.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (hexpm-uri name version))
|
(uri (hexpm-uri name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "19bp6xh052ql3ha0v3r8999cvja5d2p6cph02mxphfaj4jsbyc53"))))
|
(base32 "1ddnkg6w3iqzb8z18b7sr7jlmmbn9rf77w4nh1mzmxm512m8cpyw"))))
|
||||||
(build-system mix-build-system)
|
(build-system mix-build-system)
|
||||||
(arguments (list #:tests? #f)) ; no tests
|
(arguments (list #:tests? #f)) ; no tests
|
||||||
(synopsis "256 color ANSI coloring in the terminal")
|
(synopsis "256 color ANSI coloring in the terminal")
|
||||||
|
|
Reference in a new issue