mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: ejabberd: Update to 25.08.
* gnu/packages/messaging.scm (ejabberd): Update to 25.08. Change-Id: I5405aef8165d5d8ac2cf58fb555412e022f4a70f Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
committed by
Ludovic Courtès
parent
82480e0b2b
commit
26ec52f948
@@ -3596,7 +3596,7 @@ a text snippet), using @code{libphonenumber}.")
|
||||
(define-public ejabberd
|
||||
(package
|
||||
(name "ejabberd")
|
||||
(version "24.12")
|
||||
(version "25.08")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
@@ -3605,7 +3605,7 @@ a text snippet), using @code{libphonenumber}.")
|
||||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1l82d8l4ck60vijzirl4xkyc2wv28jnq6amwi8dralm7r218hg7m"))))
|
||||
(base32 "0cr9s37a1v06i3bqb471r4dw1hdv49ph3pwjjrmnm8xkhyplaaly"))))
|
||||
(build-system rebar-build-system)
|
||||
(inputs (list bash-minimal coreutils procps sed))
|
||||
(native-inputs
|
||||
|
||||
Reference in New Issue
Block a user