gnu: ii: Update to 2.0.

* gnu/packages/irc.scm (ii): Update to 2.0.
This commit is contained in:
Tobias Geerinckx-Rice 2022-12-11 01:00:04 +01:00
parent da26c3975e
commit 0b3743c059
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -387,14 +387,14 @@ (define-public catgirl
(define-public ii (define-public ii
(package (package
(name "ii") (name "ii")
(version "1.9") (version "2.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "http://dl.suckless.org/tools/" (uri (string-append "http://dl.suckless.org/tools/"
name "-" version ".tar.gz")) name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"05wcaszm9hap5gqf58bciqm3ad1kfgp976fs3fsn3ll3nliv6345")))) "0ns2wpzkk7qzhv7addgr0w5as0m7jwag5nxai2dr61wc436syrsg"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:tests? #f ; no tests `(#:tests? #f ; no tests