guix-commits
[Top][All Lists]
Advanced

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

09/11: gnu: libstrophe: Update to 0.12.2.


From: guix-commits
Subject: 09/11: gnu: libstrophe: Update to 0.12.2.
Date: Tue, 11 Oct 2022 10:16:01 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 4e769c1d27a17ab23484a460e01516a712d45bf8
Author: Tanguy Le Carrour <tanguy@bioneland.org>
AuthorDate: Wed Oct 5 14:29:58 2022 +0200

    gnu: libstrophe: Update to 0.12.2.
    
    * gnu/packages/messaging.scm (libstrophe): Update to 0.12.2.
    
    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 2ce0ce2689..88b5a71a26 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -2127,7 +2127,7 @@ is also scriptable and extensible via Guile.")
 (define-public libstrophe
   (package
     (name "libstrophe")
-    (version "0.12.0")
+    (version "0.12.2")
     (source
      (origin
        (method git-fetch)
@@ -2136,7 +2136,7 @@ is also scriptable and extensible via Guile.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1apply301lxyjax2677bd5mc0a3233nm5qb7fiqpawq2n7vh17v0"))))
+        (base32 "1ispq6sf7pq02irrqfga4i1xhrg1pg0f86qvvnix15clm8i1agld"))))
     (build-system gnu-build-system)
     (arguments
      (list #:configure-flags '(list "--disable-static")



reply via email to

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