diff options
| author | orahcio <orahcio@gmail.com> | 2026-05-29 00:14:15 -0300 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-05-29 15:51:35 +0100 |
| commit | a2b4e406b98321f6a8c8de3c1576751e342664fe (patch) | |
| tree | 2d6aadd6210d5625aa2eab5194e778f1f0ebdeaf | |
| parent | 347d83f6b4d8a8f92fe0f4cbf8a803b6a0bbd925 (diff) | |
gnu: mautrix-whatsapp: Update to 0.2605.0.
* gnu/packages/matrix.scm (mautrix-whatsapp): Update to 0.2605.0.
Relates-to: guix/guix!8655
Change-Id: I39d044b02437d2b63f79e0ad9f19c7434c6acf9b
Modified-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
| -rw-r--r-- | gnu/packages/matrix.scm | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/gnu/packages/matrix.scm b/gnu/packages/matrix.scm index 93d89d9d2a9..d66821706c6 100644 --- a/gnu/packages/matrix.scm +++ b/gnu/packages/matrix.scm | |||
| @@ -11,6 +11,7 @@ | |||
| 11 | ;;; Copyright © 2025 Arjan Adriaanse <arjan@adriaan.se> | 11 | ;;; Copyright © 2025 Arjan Adriaanse <arjan@adriaan.se> |
| 12 | ;;; Copyright © 2025 Sharlatan Hellseher <sharlatanus@gmail.com> | 12 | ;;; Copyright © 2025 Sharlatan Hellseher <sharlatanus@gmail.com> |
| 13 | ;;; Copyright © 2026 Zheng Junjie <z572@z572.online> | 13 | ;;; Copyright © 2026 Zheng Junjie <z572@z572.online> |
| 14 | ;;; Copyright © 2026 orahcio <orahcio@gmail.com> | ||
| 14 | ;;; | 15 | ;;; |
| 15 | ;;; This file is part of GNU Guix. | 16 | ;;; This file is part of GNU Guix. |
| 16 | ;;; | 17 | ;;; |
| @@ -59,7 +60,7 @@ | |||
| 59 | (define-public mautrix-whatsapp | 60 | (define-public mautrix-whatsapp |
| 60 | (package | 61 | (package |
| 61 | (name "mautrix-whatsapp") | 62 | (name "mautrix-whatsapp") |
| 62 | (version "0.11.2") | 63 | (version "0.2605.0") |
| 63 | (source | 64 | (source |
| 64 | (origin | 65 | (origin |
| 65 | (method git-fetch) | 66 | (method git-fetch) |
| @@ -68,7 +69,7 @@ | |||
| 68 | (commit (string-append "v" version)))) | 69 | (commit (string-append "v" version)))) |
| 69 | (file-name (git-file-name name version)) | 70 | (file-name (git-file-name name version)) |
| 70 | (sha256 | 71 | (sha256 |
| 71 | (base32 "0wn9kldhh865w5mbg3cl61m0db9nr7zl1j8lqs2dixsaihv1lbnx")))) | 72 | (base32 "02gmzby57vn5cc23m2laqcqqkvghlabm08fzjzqfzx8g18cmymas")))) |
| 72 | (build-system go-build-system) | 73 | (build-system go-build-system) |
| 73 | (arguments | 74 | (arguments |
| 74 | (list | 75 | (list |
| @@ -105,7 +106,13 @@ | |||
| 105 | ;; go.mau.fi/webp/webp.go:14:12: pattern internal: cannot embed | 106 | ;; go.mau.fi/webp/webp.go:14:12: pattern internal: cannot embed |
| 106 | ;; directory internal: contains no embeddable files | 107 | ;; directory internal: contains no embeddable files |
| 107 | ".*\\.c" | 108 | ".*\\.c" |
| 108 | ".*\\.h"))) | 109 | ".*\\.h" |
| 110 | ;; go.mau.fi/whatsmeow/argo/argo.go:16:13: | ||
| 111 | ;; pattern argo-wire-type-store.argo: cannot embed | ||
| 112 | ".*\\.argo" | ||
| 113 | ;; go.mau.fi/whatsmeow/argo/argo.go:19:13: | ||
| 114 | ;; pattern name-to-queryids.json: cannot embed | ||
| 115 | ".*\\.json"))) | ||
| 109 | (native-inputs | 116 | (native-inputs |
| 110 | (list olm | 117 | (list olm |
| 111 | go-github-com-gorilla-mux | 118 | go-github-com-gorilla-mux |
