guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 52bd9996422d7f9889ebd349a3463c19e3706037
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Mon Jul 7 16:12:46 2025 +0100

    gnu: Add go-github-com-muhlemmer-gu.
    
    * gnu/packages/golang-xyz.scm (go-github-com-muhlemmer-gu): New variable.
    
    Change-Id: I6790c937730ea8b35e1eee97999de17fc6a8fc75
---
 gnu/packages/golang-xyz.scm | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 29d2cf056e..b398d350f1 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -13425,6 +13425,30 @@ Data type that can be converted:
 @end itemize")
       (license license:expat))))
 
+(define-public go-github-com-muhlemmer-gu
+  (package
+    (name "go-github-com-muhlemmer-gu")
+    (version "0.3.1")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/muhlemmer/gu";)
+             (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "0cgcwl4kv03xxhamngjadqr1yff1x4v7v3s860mmskcq6rxds7ng"))))
+    (build-system go-build-system)
+    (arguments
+     (list
+      #:import-path "github.com/muhlemmer/gu"))
+    (home-page "https://github.com/muhlemmer/gu";)
+    (synopsis "Generic utilities for Golang")
+    (description
+     "Package gu provides Generic Utilities for the Go programming language
+with low in complexity.")
+    (license license:unlicense)))
+
 (define-public go-github-com-multiformats-go-base32
   (package
     (name "go-github-com-multiformats-go-base32")

Reply via email to