diff options
author | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2022-09-25 01:51:24 +0200 |
---|---|---|
committer | Mathieu Othacehe <othacehe@gnu.org> | 2022-09-27 11:04:28 +0200 |
commit | 66edcdda1c711cc07c6a35a5148b672479996332 (patch) | |
tree | e0598e546acd2d0efb951eaa6ea62a1bbc53216a | |
parent | 82ab5f39656d6cf673cd215d1b1cc95757eb8a2d (diff) |
gnu: matterbridge: Update to 1.25.2.
* gnu/packages/messaging.scm (matterbridge): Update it.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
-rw-r--r-- | gnu/packages/messaging.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm index b5600d4baf..c19ec45a35 100644 --- a/gnu/packages/messaging.scm +++ b/gnu/packages/messaging.scm @@ -3196,7 +3196,7 @@ designed for experienced users.") (define-public matterbridge (package (name "matterbridge") - (version "1.24.0") + (version "1.25.2") (source (origin (method git-fetch) (uri (git-reference @@ -3205,7 +3205,7 @@ designed for experienced users.") (file-name (git-file-name name version)) (sha256 (base32 - "0cd70x9685162c0imdici1ipl9lziq700wzyb5bsg610wfak3ms7")))) + "0csvxsgl62fjkrmk0wy64h2qaiy16m0wh6pqfbhz0kfacq16p9an")))) ;; 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 ;; manually in the git repository as-is as this is the solution |