gnu: irssi: Update to 1.4.1.

* gnu/packages/irc.scm (irssi): Update to 1.4.1.
[arguments]: Remove unmaintained "--with-bot".
This commit is contained in:
Tobias Geerinckx-Rice 2022-06-05 02:00:05 +02:00
parent c794df8490
commit c23d4871a6
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -151,7 +151,7 @@ (define-public quassel
(define-public irssi
(package
(name "irssi")
(version "1.2.3")
(version "1.4.1")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/irssi/irssi/"
@ -159,7 +159,7 @@ (define-public irssi
version ".tar.xz"))
(sha256
(base32
"17vninwcdfxw39xl2q55qircckckjk2xlvkvlwgj5lhlxppvyix6"))))
"00bmwkpzhqqnsajakk7dviap1i8s89375kwpdyxg65ms3ds94xka"))))
(build-system gnu-build-system)
(arguments
`(#:phases
@ -172,8 +172,7 @@ (define-public irssi
(string-append "--prefix=" out)
(string-append "--enable-true-color")
(string-append "--with-proxy")
(string-append "--with-socks")
(string-append "--with-bot")))))
(string-append "--with-socks")))))
(add-before 'check 'set-home
(lambda _
(setenv "HOME" (getcwd)))))))