gnu: srain: Update to 1.1.2.

* gnu/packages/irc.scm (srain): Update to 1.1.2.
This commit is contained in:
Tobias Geerinckx-Rice 2020-08-16 20:44:10 +02:00
parent caf4df50b1
commit 4364d0f861
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -253,7 +253,7 @@ (define-public weechat
(define-public srain
(package
(name "srain")
(version "1.1.1")
(version "1.1.2")
(source
(origin
(method git-fetch)
@ -262,7 +262,7 @@ (define-public srain
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "1ypaxdnag61smd8vy4rzl8sarwxa85543nzp0c9zfq02jqmz1gah"))))
(base32 "1jjs3lrlz67z9ghpc4c406a5r3naisn1famdh9rwwcg4y4y1vcws"))))
(arguments
`(#:tests? #f ;there are no tests
#:phases