guix_mirror_bot pushed a commit to branch go-team
in repository guix.

commit 5a4927451d93c2899346302982816379c615ae29
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Fri Feb 13 22:25:02 2026 +0000

    gnu: Add go-github-com-dunglas-httpsfv.
    
    * gnu/packages/golang-web.scm (go-github-com-dunglas-httpsfv): New variable.
    
    Change-Id: Id7b0b5e3f8c0605dfe7d86963666358295ca9f86
---
 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 6fc444408f..7613adacae 100644
--- a/gnu/packages/golang-web.scm
+++ b/gnu/packages/golang-web.scm
@@ -4085,6 +4085,31 @@ authentication through Negotiate mechanism (see
 Dropbox API.")
     (license license:expat)))
 
+(define-public go-github-com-dunglas-httpsfv
+  (package
+    (name "go-github-com-dunglas-httpsfv")
+    (version "1.1.0")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+              (url "https://github.com/dunglas/httpsfv";)
+              (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "0jy6wmbij9fh1q72j198afxxl1d6rjj6pigk6kp4qwjp8qr08hyd"))))
+    (build-system go-build-system)
+    (arguments
+     (list
+      #:import-path "github.com/dunglas/httpsfv"))
+    (home-page "https://github.com/dunglas/httpsfv";)
+    (synopsis "Structured Field Values for HTTP in Go")
+    (description
+     "Package httpsfv implements serializing and parsing of Structured Field
+Values for HTTP as defined in @url{https://rfc-editor.org/rfc/rfc9651.html,
+RFC 9651}.")
+    (license license:bsd-3)))
+
 (define-public go-github-com-eggsampler-acme-v3
   (package
     (name "go-github-com-eggsampler-acme-v3")

Reply via email to