me
/
guix
Archived
1
0
Fork 0

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>
master
Igor Goryachev 2024-07-02 09:55:10 +03:00 committed by Andrew Tropin
parent 7c7fcbb828
commit f60fea34d8
No known key found for this signature in database
GPG Key ID: 2208D20958C1DEB0
1 changed files with 2 additions and 2 deletions

View File

@ -153,13 +153,13 @@ https://github.com/synrc/fs.")
(define-public elixir-bunt
(package
(name "elixir-bunt")
(version "0.2.1")
(version "1.0.0")
(source
(origin
(method url-fetch)
(uri (hexpm-uri name version))
(sha256
(base32 "19bp6xh052ql3ha0v3r8999cvja5d2p6cph02mxphfaj4jsbyc53"))))
(base32 "1ddnkg6w3iqzb8z18b7sr7jlmmbn9rf77w4nh1mzmxm512m8cpyw"))))
(build-system mix-build-system)
(arguments (list #:tests? #f)) ; no tests
(synopsis "256 color ANSI coloring in the terminal")