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:
parent
cab71bdcfb
commit
1298319c9b
@ -1580,8 +1580,8 @@ protocols.")
|
|||||||
(license license:x11)))
|
(license license:x11)))
|
||||||
|
|
||||||
(define (prosody-module module-name)
|
(define (prosody-module module-name)
|
||||||
(let ((changeset "765735bb590b")
|
(let ((changeset "fba64b043c52")
|
||||||
(revision "1")
|
(revision "2")
|
||||||
(package-name (string-append
|
(package-name (string-append
|
||||||
"prosody-"
|
"prosody-"
|
||||||
(string-replace-substring
|
(string-replace-substring
|
||||||
@ -1600,7 +1600,7 @@ protocols.")
|
|||||||
(file-name (string-append name "-" version "-checkout"))
|
(file-name (string-append name "-" version "-checkout"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"142wrcism70nf8ffahhd961cqg2pi1h7ic8adfs3zwh0j3pnf41f"))))
|
"1nvka8s3zqs97jqsknhp2q956rrdga1qaxa1y3i0h8zx3g9vgdch"))))
|
||||||
(build-system copy-build-system)
|
(build-system copy-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:install-plan '((,(string-append module-name "/") "."))))
|
`(#:install-plan '((,(string-append module-name "/") "."))))
|
||||||
|
Loading…
Reference in New Issue
Block a user