guix-commits
[Top][All Lists]
Advanced

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

05/08: gnu: libstrophe: Update to 0.10.1.


From: guix-commits
Subject: 05/08: gnu: libstrophe: Update to 0.10.1.
Date: Tue, 23 Feb 2021 18:58:36 -0500 (EST)

leoprikler pushed a commit to branch master
in repository guix.

commit 22f303d70b4dd84e79ed4cb640a31b4e88fa02d5
Author: Raghav Gururajan <rg@raghavgururajan.name>
AuthorDate: Tue Feb 23 09:39:22 2021 -0500

    gnu: libstrophe: Update to 0.10.1.
    
    * gnu/packages/messaging.scm (libstrophe) [version]: Update to 0.10.1.
    
    Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at>
---
 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 54810d6..e121a93 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -2043,7 +2043,7 @@ manual SSL certificate verification.")
 (define-public libstrophe
   (package
     (name "libstrophe")
-    (version "0.9.3")
+    (version "0.10.1")
     (source
      (origin
        (method git-fetch)
@@ -2052,7 +2052,7 @@ manual SSL certificate verification.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1g1l0w9z9hdy5ncdvd9097gi7k7783did6py5h9camlpb2fnk5mk"))))
+        (base32 "11d341avsfr0z4lq15cy5dkmff6qpy91wkgzdpfdy31l27pa1g79"))))
     (build-system gnu-build-system)
     (inputs
      `(("expat" ,expat)



reply via email to

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