guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 46d9e2ca69eb6a90e00e4df6880c21b902086a5e
Author: Patrick Norton <[email protected]>
AuthorDate: Mon Nov 24 15:43:12 2025 -0500
gnu: Add go-github-com-koofr-go-httpclient.
* gnu/packages/golang-web.scm (go-github-com-koofr-go-httpclient): New
variable.
Change-Id: Ie6248f72e9df9e5f98b693f26f11e6361dff3709
Signed-off-by: Sharlatan Hellseher <[email protected]>
---
gnu/packages/golang-web.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm
index 0edf17f876..f518dd9522 100644
--- a/gnu/packages/golang-web.scm
+++ b/gnu/packages/golang-web.scm
@@ -7747,6 +7747,31 @@ by the SDK.")
protocol in Go language.")
(license license:expat)))
+(define-public go-github-com-koofr-go-httpclient
+ (package
+ (name "go-github-com-koofr-go-httpclient")
+ (version "0.0.0-20240520111329-e20f8f203988")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/koofr/go-httpclient")
+ (commit (go-version->git-ref version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1jl7k1254l9454bans3fjssvwmhm420f14rc7x5xmypdsphvwks0"))))
+ (build-system go-build-system)
+ (arguments
+ (list
+ #:import-path "github.com/koofr/go-httpclient"))
+ (native-inputs
+ (list go-github-com-onsi-gomega
+ go-github-com-onsi-ginkgo-v2))
+ (home-page "https://github.com/koofr/go-httpclient")
+ (synopsis "HTTP client for Golang")
+ (description "This packages implements a trivial HTTP client.")
+ (license license:expat)))
+
(define-public go-github-com-koron-go-ssdp
(package
(name "go-github-com-koron-go-ssdp")