guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: utox: Update to 0.18.0.


From: guix-commits
Subject: 02/03: gnu: utox: Update to 0.18.0.
Date: Thu, 3 Dec 2020 17:18:53 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit f5ba25ddffa6e315ccf42d391fbefd78b686926a
Author: Robert Karszniewicz <avoidr@posteo.de>
AuthorDate: Mon Nov 30 22:18:29 2020 +0100

    gnu: utox: Update to 0.18.0.
    
    Fixes <http://issues.guix.gnu.org/43750>.
    
    * gnu/packages/messaging.scm (utox): Update to 0.18.0.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 gnu/packages/messaging.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index 09d931b..6dd8cab 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -26,6 +26,7 @@
 ;;; Copyright © 2020 Mason Hock <chaosmonk@riseup.net>
 ;;; Copyright © 2020 Michael Rohleder <mike@rohleder.de>
 ;;; Copyright © 2020 Raghav Gururajan <raghavgururajan@disroot.org>
+;;; Copyright © 2020 Robert Karszniewicz <avoidr@posteo.de>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -1202,7 +1203,7 @@ messenger protocol.")
 (define-public utox
   (package
    (name "utox")
-   (version "0.17.1")
+   (version "0.18.0")
    (source
     (origin
      (method git-fetch)
@@ -1213,7 +1214,7 @@ messenger protocol.")
      (file-name (string-append name "-" version "-checkout"))
      (sha256
       (base32
-       "17kwqw24iqljp2icih9k6ikx12gzr8zzqr8y5h35bg8m5s8pasq5"))))
+       "0d0mwgxffg4nhai62irf8lyhd1whp9s4k892rsmqz1sra3pbjcg9"))))
    (build-system cmake-build-system)
    (arguments
     `(#:configure-flags '("-DENABLE_TESTS=on")



reply via email to

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