gnu: irssi: Update to 1.0.2.

* gnu/packages/irc.scm (irssi): Update to 1.0.2.
master
Marius Bakke 2017-03-12 19:58:52 +01:00
parent 7e81d699de
commit 3f06f43058
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -101,7 +101,7 @@ irssi, but graphical.")
(define-public irssi
(package
(name "irssi")
(version "1.0.1")
(version "1.0.2")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/irssi/irssi/"
@ -109,7 +109,7 @@ irssi, but graphical.")
version ".tar.xz"))
(sha256
(base32
"1krw71n24mj4p3f5nhzj6kdi1kq9ssl53hrqyjpgz61m7wdcaa4l"))))
"1sgvfprgrncbxcyg99rkd10kpjzqw00b1ppsfg8al0zirb13q72w"))))
(build-system gnu-build-system)
(arguments
`(#:phases