guix-commits
[Top][All Lists]
Advanced

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

15/21: gnu: toxic: Update to 0.8.3.


From: guix-commits
Subject: 15/21: gnu: toxic: Update to 0.8.3.
Date: Mon, 15 Apr 2019 05:00:44 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 1987f95ffc8a77714501b0f7ba9332132735eaba
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Apr 15 10:06:38 2019 +0200

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

diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index f5a65d1..7305ab9 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -1693,7 +1693,7 @@ building the IRC clients and bots.")
 (define-public toxic
   (package
     (name "toxic")
-    (version "0.8.2")
+    (version "0.8.3")
     (source
      (origin
        (method git-fetch)
@@ -1701,11 +1701,11 @@ building the IRC clients and bots.")
              (url "https://github.com/JFreegman/toxic.git";)
              (commit (string-append "v" version))))
        (sha256
-        (base32 "0fwmk945nip98m3md58y3ibjmzfq25hns3xf0bmbc6fjpww8d5p5"))
+        (base32 "09l2j3lwvrq7bf3051vjsnml9w63790ly3iylgf26gkrmld6k31w"))
        (file-name (git-file-name name version))))
     (build-system gnu-build-system)
     (arguments
-     `(#:tests? #f ; no tests
+     `(#:tests? #f                      ; no tests
        #:make-flags
        (list
         "CC=gcc"
@@ -1722,7 +1722,7 @@ building the IRC clients and bots.")
      `(("c-toxcore" ,c-toxcore)
        ("curl" ,curl)
        ("freealut" ,freealut)
-       ("gdk-pixbuf" ,gdk-pixbuf) ; for libnotify.pc
+       ("gdk-pixbuf" ,gdk-pixbuf)       ; for libnotify.pc
        ("libconfig" ,libconfig)
        ("libnotify" ,libnotify)
        ("libpng" ,libpng)



reply via email to

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