[PATCH] gnu: libstrophe: Update to 0.14.0.

  • Done
  • quality assurance status badge
Details
2 participants
  • ashish.is
  • Ludovic Courtès
Owner
unassigned
Submitted by
ashish.is
Severity
normal

Debbugs page

A
A
ashish.is wrote on 13 Mar 08:08 -0700
(address . guix-patches@gnu.org)(name . Ashish SHUKLA)(address . ashish.is@lostca.se)
11201d43cb8e70f76670ac65a1f0bcb496cbe1bb.1741878525.git.ashish.is@lostca.se
From: Ashish SHUKLA <ashish.is@lostca.se>

* gnu/packages/messaging.scm (libstrophe): Update to 0.14.0.
[inputs]: Add zlib.

Change-Id: I983d3c28e7f7fcd65f862fa879f713ebceb519f9
---
gnu/packages/messaging.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Toggle diff (35 lines)
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index b8971e436e..3228db1935 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -2209,7 +2209,7 @@ (define-public freetalk
(define-public libstrophe
(package
(name "libstrophe")
- (version "0.12.3")
+ (version "0.14.0")
(source
(origin
(method git-fetch)
@@ -2218,7 +2218,7 @@ (define-public libstrophe
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "17wxaqdcwhm34bl31g9fmsgmnsd7znyxcb9dhw9lmaghkql1sf0h"))))
+ (base32 "1ih28ys8nsk66n6x9s31khc946q35rma90fgrq0jvxxhgj2bqwz7"))))
(build-system gnu-build-system)
(arguments
(list #:configure-flags '(list "--disable-static")
@@ -2235,7 +2235,7 @@ (define-public libstrophe
#$name "-" #$version "/")))
(install-file "MIT-LICENSE.txt" license-directory)))))))
(inputs
- (list expat openssl))
+ (list expat openssl zlib))
(native-inputs
(list autoconf automake libtool pkg-config))
(synopsis "C library for writing XMPP clients")

base-commit: 678b3dddfe442e643fe5cff7730d4f9690c3e2c2
--
2.48.1
L
L
Ludovic Courtès wrote on 21 Mar 04:34 -0700
control message for bug #76996
(address . control@debbugs.gnu.org)
875xk2aa8h.fsf@gnu.org
close 76996
quit
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 76996@patchwise.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 76996
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch