mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: erlang-xmpp: Update to 1.9.1.
* gnu/packages/erlang-xyz.scm (erlang-xmpp): Update to 1.9.1. Change-Id: Iff0c066d0e077aeb1725b11e97fc82a91490fce9 Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
This commit is contained in:
parent
d2de54a6aa
commit
4cd7e2e0de
1 changed files with 2 additions and 2 deletions
|
@ -457,13 +457,13 @@ parsing library.")
|
|||
(define-public erlang-xmpp
|
||||
(package
|
||||
(name "erlang-xmpp")
|
||||
(version "1.8.3")
|
||||
(version "1.9.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (hexpm-uri "xmpp" version))
|
||||
(sha256
|
||||
(base32 "04gpka0dp03jvgnin1g12ha4yzwy1h44rds3zzf1ia49k9ghcw7d"))))
|
||||
(base32 "1p3m6a8x89j8gsfpxf13hdxh9syd276g1jlhpz4a9hg4yqd47cfj"))))
|
||||
(build-system rebar-build-system)
|
||||
(inputs (list erlang-ezlib
|
||||
erlang-fast-tls
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue