gnu: Update prosody modules to the newest revision.

* gnu/packages/messaging.scm (prosody-module): Update to fba64b043c52.

Change-Id: I012c2f661200cc59ae088e522ac233c09d77d2af
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
Carlo Zancanaro 2024-03-02 22:35:14 +11:00 committed by Liliana Marie Prikler
parent cab71bdcfb
commit 1298319c9b
No known key found for this signature in database
GPG Key ID: 442A84B8C70E2F87
1 changed files with 3 additions and 3 deletions

View File

@ -1580,8 +1580,8 @@ protocols.")
(license license:x11)))
(define (prosody-module module-name)
(let ((changeset "765735bb590b")
(revision "1")
(let ((changeset "fba64b043c52")
(revision "2")
(package-name (string-append
"prosody-"
(string-replace-substring
@ -1600,7 +1600,7 @@ protocols.")
(file-name (string-append name "-" version "-checkout"))
(sha256
(base32
"142wrcism70nf8ffahhd961cqg2pi1h7ic8adfs3zwh0j3pnf41f"))))
"1nvka8s3zqs97jqsknhp2q956rrdga1qaxa1y3i0h8zx3g9vgdch"))))
(build-system copy-build-system)
(arguments
`(#:install-plan '((,(string-append module-name "/") "."))))