~ruther/guix-local

1a12f8186a3d705f0507aedd2827f429d205fb22 — Ashish SHUKLA 1 year, 4 months ago 3a2c4a7
gnu: libstrophe: Update to 0.14.0.

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

Change-Id: I983d3c28e7f7fcd65f862fa879f713ebceb519f9
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
1 files changed, 3 insertions(+), 3 deletions(-)

M gnu/packages/messaging.scm
M gnu/packages/messaging.scm => gnu/packages/messaging.scm +3 -3
@@ 2207,7 2207,7 @@ is also scriptable and extensible via Guile.")
(define-public libstrophe
  (package
    (name "libstrophe")
    (version "0.12.3")
    (version "0.14.0")
    (source
     (origin
       (method git-fetch)


@@ 2216,7 2216,7 @@ is also scriptable and extensible via Guile.")
             (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")


@@ 2233,7 2233,7 @@ is also scriptable and extensible via Guile.")
                                                    #$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")