summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2026-04-06 22:40:11 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-04-06 22:40:11 +0100
commit79c56dcadfd0cb9d187e089ab5f02005e29e94c4 (patch)
treeb12ff262f076b4ed38da41575eefac63721b8c08
parent3e4980c3eb0656e28e438185aab71e559f63bbc0 (diff)
gnu: Add go-github-com-42wim-go-gitter.
* gnu/packages/golang-web.scm (go-github-com-42wim-go-gitter): New variable. Change-Id: I5068befac87da5fae2e79548929888eb580e785c
-rw-r--r--gnu/packages/golang-web.scm28
1 files changed, 28 insertions, 0 deletions
diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm
index 6b0f8b4255c..8ed763d4492 100644
--- a/gnu/packages/golang-web.scm
+++ b/gnu/packages/golang-web.scm
@@ -987,6 +987,34 @@ Gemini clients and servers.")
@url{https://1password.com/, 1Password} API.")
(license license:expat)))
+(define-public go-github-com-42wim-go-gitter
+ (let ((commit "16aadfbb65c6641501ea8eebb6bcf23b9011912b")
+ (revision "0"))
+ (package
+ (name "go-github-com-42wim-go-gitter")
+ (version "0.0.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/42wim/go-gitter")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "07l07msyackkzvxhc9cljzgh81v5g48crravz29ph516smqj0x6c"))))
+ (build-system go-build-system)
+ (arguments
+ (list
+ #:import-path "github.com/42wim/go-gitter"))
+ (propagated-inputs
+ (list go-github-com-mreiferson-go-httpclient
+ go-github-com-mrexodia-wray))
+ (home-page "https://github.com/42wim/go-gitter")
+ (synopsis "Gitter API in Go")
+ (description
+ "This package provides a Gitter API for Golang.")
+ (license license:asl2.0))))
+
(define-public go-github-com-42wim-httpsig
(package
(name "go-github-com-42wim-httpsig")