Archived
1
0
Fork 0

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