gnu: toxic: Update to 0.8.3.
* gnu/packages/messaging.scm (toxic): Update to 0.8.3.
This commit is contained in:
parent
0c273c5040
commit
1987f95ffc
|
@ -1693,7 +1693,7 @@ building the IRC clients and bots.")
|
||||||
(define-public toxic
|
(define-public toxic
|
||||||
(package
|
(package
|
||||||
(name "toxic")
|
(name "toxic")
|
||||||
(version "0.8.2")
|
(version "0.8.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -1701,7 +1701,7 @@ building the IRC clients and bots.")
|
||||||
(url "https://github.com/JFreegman/toxic.git")
|
(url "https://github.com/JFreegman/toxic.git")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0fwmk945nip98m3md58y3ibjmzfq25hns3xf0bmbc6fjpww8d5p5"))
|
(base32 "09l2j3lwvrq7bf3051vjsnml9w63790ly3iylgf26gkrmld6k31w"))
|
||||||
(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
|
||||||
|
|
Loading…
Reference in New Issue