guix-commits
[Top][All Lists]
Advanced

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

07/18: gnu: libstrophe: Update to 0.12.0.


From: guix-commits
Subject: 07/18: gnu: libstrophe: Update to 0.12.0.
Date: Wed, 1 Jun 2022 17:29:18 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 03524641de059f355851d067082b0b1490e84730
Author: Jack Hill <jackhill@jackhill.us>
AuthorDate: Mon May 16 17:47:20 2022 -0400

    gnu: libstrophe: Update to 0.12.0.
    
    * gnu/packages/messaging.scm (libstrophe): Update to 0.12.0.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 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 5dc49503ec..a3f7cc6047 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -2101,7 +2101,7 @@ manual SSL certificate verification.")
 (define-public libstrophe
   (package
     (name "libstrophe")
-    (version "0.10.1")
+    (version "0.12.0")
     (source
      (origin
        (method git-fetch)
@@ -2110,7 +2110,7 @@ manual SSL certificate verification.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "11d341avsfr0z4lq15cy5dkmff6qpy91wkgzdpfdy31l27pa1g79"))))
+        (base32 "1apply301lxyjax2677bd5mc0a3233nm5qb7fiqpawq2n7vh17v0"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags (list "--disable-static")



reply via email to

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