summaryrefslogtreecommitdiff
path: root/gnu/packages/messaging.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-11-12 03:20:51 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2019-11-12 03:33:07 +0100
commit75d9d8afc1e8a82780f5181e109252ec6496bf4f (patch)
tree20a0fbbecbe3a88eba6cd40fe7e1159342c3b261 /gnu/packages/messaging.scm
parentfdb883054c076a17507816d3741e828a57599c32 (diff)
downloadguix-patches-75d9d8afc1e8a82780f5181e109252ec6496bf4f.tar
guix-patches-75d9d8afc1e8a82780f5181e109252ec6496bf4f.tar.gz
gnu: libstrophe: Update to 0.9.3.
* gnu/packages/messaging.scm (libstrophe): Update to 0.9.3.
Diffstat (limited to 'gnu/packages/messaging.scm')
-rw-r--r--gnu/packages/messaging.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index a1b762ea31..9c8e3366f9 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -1589,7 +1589,7 @@ manual SSL certificate verification.")
(define-public libstrophe
(package
(name "libstrophe")
- (version "0.9.2")
+ (version "0.9.3")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/strophe/libstrophe/archive/"
@@ -1597,7 +1597,7 @@ manual SSL certificate verification.")
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
- "0vxfcyfnhnlaj6spm2b0ljw5i3knbphy6mvzpl5zv9b52ny4b08m"))))
+ "1zm4a7009lshwgj5x11vslrxj2zjgwshhhad3p05kvbp47v7jfwa"))))
(build-system gnu-build-system)
(inputs
`(("expat" ,expat)
@@ -1612,7 +1612,7 @@ manual SSL certificate verification.")
almost no external dependencies, only an XML parsing library (expat or libxml
are both supported).")
(home-page "http://strophe.im/libstrophe")
- ;; Dual licensed.
+ ;; Dual-licensed.
(license (list license:gpl3+ license:x11))))
(define-public profanity