gnu: prosody-module: Update to changeset 66e7d46b1d4b.

* gnu/packages/messaging.scm (prosody-module): Update to changeset
66e7d46b1d4b.

Change-Id: Ia06e1a111e3117e7315b43c2be7ed4776ae26ac4
This commit is contained in:
Ricardo Wurmus 2024-04-16 10:29:55 +02:00
parent 4d67912265
commit 29c9ae9162
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -3,7 +3,7 @@
;;; Copyright © 2014, 2017 Julien Lepiller <julien@lepiller.eu>
;;; Copyright © 2015 Taylan Ulrich Bayırlı/Kammer <taylanbayirli@gmail.com>
;;; Copyright © 2015 Andreas Enge <andreas@enge.fr>
;;; Copyright © 2015, 2016, 2017, 2018, 2019, 2021 Ricardo Wurmus <rekado@elephly.net>
;;; Copyright © 2015, 2016, 2017, 2018, 2019, 2021, 2024 Ricardo Wurmus <rekado@elephly.net>
;;; Copyright © 2015, 2018-2021, 2023 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2016, 2017 Nikita <nikita@n0.is>
;;; Copyright © 2016 Andy Patterson <ajpatter@uwaterloo.ca>
@ -1581,8 +1581,8 @@ (define-public prosody
(license license:x11)))
(define (prosody-module module-name)
(let ((changeset "fba64b043c52")
(revision "2")
(let ((changeset "66e7d46b1d4b")
(revision "3")
(package-name (string-append
"prosody-"
(string-replace-substring
@ -1601,7 +1601,7 @@ (define (prosody-module module-name)
(file-name (string-append name "-" version "-checkout"))
(sha256
(base32
"1nvka8s3zqs97jqsknhp2q956rrdga1qaxa1y3i0h8zx3g9vgdch"))))
"0wyxvbf335jaaz850m2q6jj6ix4hjlhlh28kzk7462qa9fcw5p7s"))))
(build-system copy-build-system)
(arguments
`(#:install-plan '((,(string-append module-name "/") "."))))