all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#65822] [PATCH] gnu: prosody: Update to 0.12.4.
@ 2023-09-08 12:24 André Batista
  2023-10-05 15:00 ` bug#65822: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: André Batista @ 2023-09-08 12:24 UTC (permalink / raw)
  To: 65822; +Cc: André Batista

* gnu/packages/messaging.scm (prosody): Update to 0.12.4.
---
 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 14c4fc2b15..029f1a147b 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -1458,14 +1458,14 @@ (define-public kaidan
 (define-public prosody
   (package
     (name "prosody")
-    (version "0.12.3")
+    (version "0.12.4")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://prosody.im/downloads/source/"
                                   "prosody-" version ".tar.gz"))
               (sha256
                (base32
-                "0091vc0v8xnxkpdi4qpy4dirn92y4pa09q1qssi40q7l3w1hvnim"))))
+                "0mjqss1h2cw0nlyj9nkxdg1bnq1j0zndlv1g8665aa9g7hki5ms7"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f                      ;tests require "busted"

base-commit: d552c2508f891a92c465492984ff498dcc384651
-- 
2.41.0





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#65822: [PATCH] gnu: prosody: Update to 0.12.4.
  2023-09-08 12:24 [bug#65822] [PATCH] gnu: prosody: Update to 0.12.4 André Batista
@ 2023-10-05 15:00 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2023-10-05 15:00 UTC (permalink / raw)
  To: André Batista; +Cc: 65822-done

André Batista <nandre@riseup.net> skribis:

> * gnu/packages/messaging.scm (prosody): Update to 0.12.4.

Applied, thanks!




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-10-05 15:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-08 12:24 [bug#65822] [PATCH] gnu: prosody: Update to 0.12.4 André Batista
2023-10-05 15:00 ` bug#65822: " Ludovic Courtès

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.