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

commit d8ac149d262d88e915d7a85d739e4f99dc0cc080
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Fri May 1 12:26:41 2026 +0100

    gnu: Add go-github-com-gofiber-utils-v2.
    
    * gnu/packages/golang-xyz.scm (go-github-com-gofiber-utils-v2): New 
variable.
    
    Change-Id: I03017b88439466a5d04b50432192b1a7a44429f0
---
 gnu/packages/golang-xyz.scm | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 3e3ec6ccb2..85b83fec3a 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -12006,6 +12006,35 @@ the D-Bus message bus system.")
        ((#:import-path _ "github.com/godbus/dbus")
         "github.com/godbus/dbus/v5")))))
 
+(define-public go-github-com-gofiber-utils-v2
+  (package
+    (name "go-github-com-gofiber-utils-v2")
+    (version "2.0.4")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+              (url "https://github.com/gofiber/utils";)
+              (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "19arvlyx32fmd27152p3m5d24wk78zwscllw5272l5ynrs3yb50w"))))
+    (build-system go-build-system)
+    (arguments
+     (list
+      #:import-path "github.com/gofiber/utils/v2"))
+    (native-inputs
+     (list go-github-com-stretchr-testify))
+    (propagated-inputs
+     (list go-github-com-fxamacker-cbor-v2
+           go-github-com-google-uuid
+           go-github-com-shamaton-msgpack-v3))
+    (home-page "https://github.com/gofiber/utils";)
+    (synopsis "Fiber Utils")
+    (description
+     "This package provides a collection of common functions for
+@url{https://github.com/gofiber/fiber, Fiber} web framework.")
+    (license license:expat)))
 
 (define-public go-github-com-gofrs-flock
   (package

Reply via email to