gnu: irssi: Update to 1.1.1 [fixes CVE-2018-{7050,7051,7052,7053,7054}].

* gnu/packages/irc.scm (irssi): Update to 1.1.1.
This commit is contained in:
Leo Famulari 2018-02-15 14:39:56 -05:00
parent 06a9dc2fd0
commit 3026de3fce
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -115,7 +115,7 @@ (define-public quassel
(define-public irssi
(package
(name "irssi")
(version "1.1.0")
(version "1.1.1")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/irssi/irssi/"
@ -123,7 +123,7 @@ (define-public irssi
version ".tar.xz"))
(sha256
(base32
"00jz5mf2cwzfig0qcs3y4jpp5v8icvwf239k5chr2qq47lbsp6qh"))))
"1gx1flfh4a09nb3b5pvf0ygnbl7rry3l4gph8wij29dsl7khfj3q"))))
(build-system gnu-build-system)
(arguments
`(#:phases