[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#63903] [PATCH v2 09/11] gnu: Add go-github-com-matrix-org-gomatrix.
From: |
Hilton Chain |
Subject: |
[bug#63903] [PATCH v2 09/11] gnu: Add go-github-com-matrix-org-gomatrix. |
Date: |
Mon, 5 Jun 2023 21:52:21 +0800 |
* gnu/packages/golang.scm (go-github-com-matrix-org-gomatrix): New variable.
---
gnu/packages/golang.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index d8c20d2725..10c2e46670 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -5484,6 +5484,27 @@ (define-public go-gopkg-in-yaml-v3
1.1 for backwards compatibility.")
(license license:asl2.0)))
+(define-public go-github-com-matrix-org-gomatrix
+ (package
+ (name "go-github-com-matrix-org-gomatrix")
+ (version "0.0.0-20220926102614-ceba4d9f7530")
+ (source (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/matrix-org/gomatrix")
+ (commit (go-version->git-ref version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "0vq29bdswvffxsmwvi20wnk73xk92dva0fdr2k3zshr4z10ypm2x"))))
+ (build-system go-build-system)
+ (arguments
+ (list #:import-path "github.com/matrix-org/gomatrix"))
+ (home-page "https://github.com/matrix-org/gomatrix")
+ (synopsis "Golang Matrix client")
+ (description "This package provides a Golang Matrix client.")
+ (license license:asl2.0)))
+
(define-public go-github-com-mattn-go-isatty
(package
(name "go-github-com-mattn-go-isatty")
--
2.40.1
- [bug#63903] [PATCH 10/11] gnu: Add go-github-com-rylans-getlang., (continued)
- [bug#63903] [PATCH 10/11] gnu: Add go-github-com-rylans-getlang., Hilton Chain, 2023/06/05
- [bug#63903] [PATCH 03/11] gnu: Add go-github-com-coreos-go-oidc., Hilton Chain, 2023/06/05
- [bug#63903] [PATCH 06/11] gnu: Add go-github-com-tdewolff-minify-v2., Hilton Chain, 2023/06/05
- [bug#63903] [PATCH 04/11] gnu: Add go-github-com-tdewolff-test., Hilton Chain, 2023/06/05
- [bug#63903] [PATCH 11/11] gnu: Add miniflux., Hilton Chain, 2023/06/05
- [bug#63903] [PATCH v2 00/11] gnu: Add miniflux., Hilton Chain, 2023/06/05
- [bug#63903] [PATCH v2 02/11] gnu: Add go-gopkg-in-square-go-jose-v2., Hilton Chain, 2023/06/05
- [bug#63903] [PATCH v2 06/11] gnu: Add go-github-com-tdewolff-minify-v2., Hilton Chain, 2023/06/05
- [bug#63903] [PATCH v2 09/11] gnu: Add go-github-com-matrix-org-gomatrix.,
Hilton Chain <=
- [bug#63903] [PATCH v2 01/11] gnu: Add go-github-com-pquerna-cachecontrol., Hilton Chain, 2023/06/05
- [bug#63903] [PATCH v2 03/11] gnu: Add go-github-com-coreos-go-oidc., Hilton Chain, 2023/06/05
- [bug#63903] [PATCH v2 11/11] gnu: Add miniflux., Hilton Chain, 2023/06/05
- [bug#63903] [PATCH v2 10/11] gnu: Add go-github-com-rylans-getlang., Hilton Chain, 2023/06/05
- [bug#63903] [PATCH v2 08/11] gnu: Add go-github-com-go-telegram-bot-api-telegram-bot-api., Hilton Chain, 2023/06/05
- [bug#63903] [PATCH v2 07/11] gnu: Add go-github-com-technoweenie-multipartstreamer., Hilton Chain, 2023/06/05
- [bug#63903] [PATCH v2 05/11] gnu: Add go-github-com-tdewolff-parse-v2., Hilton Chain, 2023/06/05
- [bug#63903] [PATCH v2 04/11] gnu: Add go-github-com-tdewolff-test., Hilton Chain, 2023/06/05