guix-commits
[Top][All Lists]
Advanced

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

17/23: gnu: libstrophe: Update to 0.9.2.


From: Tobias Geerinckx-Rice
Subject: 17/23: gnu: libstrophe: Update to 0.9.2.
Date: Sat, 24 Mar 2018 19:41:22 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 4541072c11feb8965779462a94bb4017e2080379
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Fri Mar 23 11:51:15 2018 +0100

    gnu: libstrophe: Update to 0.9.2.
    
    * gnu/packages/messaging.scm (libstrophe): Update to 0.9.2.
---
 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 45020f3..b3eff1e 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -1398,7 +1398,7 @@ manual SSL certificate verification.")
 (define-public libstrophe
   (package
     (name "libstrophe")
-    (version "0.9.1")
+    (version "0.9.2")
     (source (origin
               (method url-fetch)
               (uri (string-append 
"https://github.com/strophe/libstrophe/archive/";
@@ -1406,7 +1406,7 @@ manual SSL certificate verification.")
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "1hzwdax4nsz0fncf5bjfza0cn0lc6xsf38y569ql1gg5hvwr6169"))))
+                "0vxfcyfnhnlaj6spm2b0ljw5i3knbphy6mvzpl5zv9b52ny4b08m"))))
     (build-system gnu-build-system)
     (arguments
      `(#:phases



reply via email to

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