[PATCH v1] gnu: matterbridge: Update to 1.26.0

  • Done
  • quality assurance status badge
Details
2 participants
  • Denis 'GNUtoo' Carikli
  • Mathieu Othacehe
Owner
unassigned
Submitted by
Denis 'GNUtoo' Carikli
Severity
normal
D
D
Denis 'GNUtoo' Carikli wrote on 15 Sep 2023 17:36
(address . guix-patches@gnu.org)(name . Denis 'GNUtoo' Carikli)(address . GNUtoo@cyberdimension.org)
243c9214c8b589e4d39075b574b289961d989ee6.1694792050.git.GNUtoo@cyberdimension.org
* gnu/packages/messaging.scm (matterbdige): Update to 1.26.0

Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
---
gnu/packages/messaging.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Toggle diff (35 lines)
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index 14c4fc2b15..caec183d85 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -28,7 +28,7 @@
;;; Copyright © 2020, 2022 Raghav Gururajan <rg@raghavgururajan.name>
;;; Copyright © 2020, 2021 Robert Karszniewicz <avoidr@posteo.de>
;;; Copyright © 2020 Giacomo Leidi <goodoldpaul@autistici.org>
-;;; Copyright © 2021 Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
+;;; Copyright © 2021, 2023 Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
;;; Copyright © 2021 Vinicius Monego <monego@posteo.net>
;;; Copyright © 2021 jgart <jgart@dismail.de>
;;; Copyright © 2022 Aleksandr Vityazev <avityazev@posteo.org>
@@ -3171,7 +3171,7 @@ (define-public zulip-term
(define-public matterbridge
(package
(name "matterbridge")
- (version "1.25.2")
+ (version "1.26.0")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -3180,7 +3180,7 @@ (define-public matterbridge
(file-name (git-file-name name version))
(sha256
(base32
- "0csvxsgl62fjkrmk0wy64h2qaiy16m0wh6pqfbhz0kfacq16p9an"))))
+ "0939fiy7z53izznfhlr7c6vaskbmkbj3ncb09fzx5dmz9cjngy80"))))
;; 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

base-commit: b696fb41bc0dfcb7130a5aa6d69aff2ae191c283
--
2.41.0
M
M
Mathieu Othacehe wrote on 6 Oct 2023 11:35
(name . Denis 'GNUtoo' Carikli)(address . GNUtoo@cyberdimension.org)
875y3k9jpc.fsf@gnu.org
Toggle quote (2 lines)
> * gnu/packages/messaging.scm (matterbdige): Update to 1.26.0

Fixed the above typo and applied, thanks,

Mathieu
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 66003@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 66003
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch