* [bug#61200] [PATCH] gnu: prosody: Update to 0.12.2.
@ 2023-01-31 15:20 André Batista
2023-02-03 14:39 ` Christopher Baines
0 siblings, 1 reply; 2+ messages in thread
From: André Batista @ 2023-01-31 15:20 UTC (permalink / raw)
To: 61200; +Cc: André Batista
* gnu/packages/messaging.scm (prosody): Update to 0.12.2.
---
gnu/packages/messaging.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index 56a8a5716a..404596c553 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -1513,14 +1513,14 @@ (define-public kaidan
(define-public prosody
(package
(name "prosody")
- (version "0.12.1")
+ (version "0.12.2")
(source (origin
(method url-fetch)
(uri (string-append "https://prosody.im/downloads/source/"
"prosody-" version ".tar.gz"))
(sha256
(base32
- "1rch9gzp9ksnniv6r1vskifvfv5wbp8wcfjr0lc2b9013zjbpv57"))))
+ "05ma72wr6iypr62vq748jhzx8i3lmgnsjshrx6w0z7sg24jfhqmn"))))
(build-system gnu-build-system)
(arguments
`(#:tests? #f ;tests require "busted"
--
2.39.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-02-03 14:40 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-31 15:20 [bug#61200] [PATCH] gnu: prosody: Update to 0.12.2 André Batista
2023-02-03 14:39 ` Christopher Baines
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.