GNU bug report logs -
#75635
[PATCH 00/11] Update ejabberd to 24.12.
Previous Next
Reported by: Igor Goryachev <igor <at> goryachev.org>
Date: Fri, 17 Jan 2025 18:46:01 UTC
Severity: normal
Tags: patch
Done: Z572 <zhengjunjie <at> iscas.ac.cn>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/messaging.scm (ejabberd): Update to 24.12.
Change-Id: Id143d101c4c9941b46d8ac8cf39e1693a7ff4df1
---
gnu/packages/messaging.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index 01361c6889b..f6ac865512e 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -44,7 +44,7 @@
;;; Copyright © 2024 Carlo Zancanaro <carlo <at> zancanaro.id.au>
;;; Copyright © 2024 Wilko Meyer <w <at> wmeyer.eu>
;;; Copyright © 2024 Ashish SHUKLA <ashish.is <at> lostca.se>
-;;; Copyright © 2024 Igor Goryachev <igor <at> goryachev.org>
+;;; Copyright © 2024, 2025 Igor Goryachev <igor <at> goryachev.org>
;;; Copyright © 2024 Nguyễn Gia Phong <mcsinyx <at> disroot.org>
;;;
;;; This file is part of GNU Guix.
@@ -3739,7 +3739,7 @@ (define-public senpai
(define-public ejabberd
(package
(name "ejabberd")
- (version "24.07")
+ (version "24.12")
(source
(origin
(method git-fetch)
@@ -3748,7 +3748,7 @@ (define-public ejabberd
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "0d5i9skgfjzs2100k0g99sigc2w61480ysz3va6pmb4nx43100g3"))))
+ (base32 "1l82d8l4ck60vijzirl4xkyc2wv28jnq6amwi8dralm7r218hg7m"))))
(build-system rebar-build-system)
(inputs (list bash-minimal coreutils procps sed))
(native-inputs
--
2.47.1
This bug report was last modified 178 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.