gnu: matterbridge: Update to 1.25.2.

* gnu/packages/messaging.scm (matterbridge): Update it.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
This commit is contained in:
Denis 'GNUtoo' Carikli 2022-09-25 01:51:24 +02:00 committed by Mathieu Othacehe
parent 82ab5f3965
commit 66edcdda1c
No known key found for this signature in database
GPG key ID: 8354763531769CA6

View file

@ -3196,7 +3196,7 @@ (define-public zulip-term
(define-public matterbridge (define-public matterbridge
(package (package
(name "matterbridge") (name "matterbridge")
(version "1.24.0") (version "1.25.2")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -3205,7 +3205,7 @@ (define-public matterbridge
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"0cd70x9685162c0imdici1ipl9lziq700wzyb5bsg610wfak3ms7")))) "0csvxsgl62fjkrmk0wy64h2qaiy16m0wh6pqfbhz0kfacq16p9an"))))
;; Using the go-build-system results in the same error message ;; Using the go-build-system results in the same error message
;; than in the bug 1551[1]. So we fix it by running go build ;; than in the bug 1551[1]. So we fix it by running go build
;; manually in the git repository as-is as this is the solution ;; manually in the git repository as-is as this is the solution