me
/
guix
Archived
1
0
Fork 0

gnu: toxic: Update to 0.8.4.

* gnu/packages/messaging.scm (toxic): Update to 0.8.4.
master
Tobias Geerinckx-Rice 2020-11-05 00:01:59 +01:00
parent 76373c95b4
commit c2ea080e05
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -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