gnu: toxic: Update to 0.8.4.
* gnu/packages/messaging.scm (toxic): Update to 0.8.4.master
parent
76373c95b4
commit
c2ea080e05
|
@ -1916,7 +1916,7 @@ building the IRC clients and bots.")
|
||||||
(define-public toxic
|
(define-public toxic
|
||||||
(package
|
(package
|
||||||
(name "toxic")
|
(name "toxic")
|
||||||
(version "0.8.3")
|
(version "0.8.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -1924,7 +1924,7 @@ building the IRC clients and bots.")
|
||||||
(url "https://github.com/JFreegman/toxic")
|
(url "https://github.com/JFreegman/toxic")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "09l2j3lwvrq7bf3051vjsnml9w63790ly3iylgf26gkrmld6k31w"))
|
(base32 "0p1cmj1kyp506y5xm04mhlznhf5wcylvgsn6b307ms91vjqs3fg2"))
|
||||||
(file-name (git-file-name name version))))
|
(file-name (git-file-name name version))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Reference in New Issue