mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: toxic: Update to 0.8.4.
* gnu/packages/messaging.scm (toxic): Update to 0.8.4.
This commit is contained in:
parent
76373c95b4
commit
c2ea080e05
1 changed files with 2 additions and 2 deletions
|
@ -1916,7 +1916,7 @@ (define-public libircclient
|
||||||
(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 @@ (define-public toxic
|
||||||
(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
|
||||||
|
|
Loading…
Reference in a new issue