guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

16/19: gnu: toxic: Update to 0.8.4.


From: guix-commits
Subject: 16/19: gnu: toxic: Update to 0.8.4.
Date: Wed, 4 Nov 2020 22:00:41 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit c2ea080e0518ab896fc5c25c5af2aa3fdee7b5c3
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Thu Nov 5 00:01:59 2020 +0100

    gnu: toxic: Update to 0.8.4.
    
    * gnu/packages/messaging.scm (toxic): Update to 0.8.4.
---
 gnu/packages/messaging.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index f683b89..7fe5809 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -1916,7 +1916,7 @@ building the IRC clients and bots.")
 (define-public toxic
   (package
     (name "toxic")
-    (version "0.8.3")
+    (version "0.8.4")
     (source
      (origin
        (method git-fetch)
@@ -1924,7 +1924,7 @@ building the IRC clients and bots.")
              (url "https://github.com/JFreegman/toxic";)
              (commit (string-append "v" version))))
        (sha256
-        (base32 "09l2j3lwvrq7bf3051vjsnml9w63790ly3iylgf26gkrmld6k31w"))
+        (base32 "0p1cmj1kyp506y5xm04mhlznhf5wcylvgsn6b307ms91vjqs3fg2"))
        (file-name (git-file-name name version))))
     (build-system gnu-build-system)
     (arguments



reply via email to

[Prev in Thread] Current Thread [Next in Thread]