summaryrefslogtreecommitdiff
path: root/gnu/packages/golang-xyz.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-07-07 16:12:46 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-07-22 20:13:03 +0100
commit52bd9996422d7f9889ebd349a3463c19e3706037 (patch)
treeea91f72e00ace313ec16f92aa6161961e053c2d3 /gnu/packages/golang-xyz.scm
parent70e06d2e6cc7a8c1a255c5c6c4623cc81cb3a7bc (diff)
gnu: Add go-github-com-muhlemmer-gu.
* gnu/packages/golang-xyz.scm (go-github-com-muhlemmer-gu): New variable. Change-Id: I6790c937730ea8b35e1eee97999de17fc6a8fc75
Diffstat (limited to 'gnu/packages/golang-xyz.scm')
-rw-r--r--gnu/packages/golang-xyz.scm24
1 files changed, 24 insertions, 0 deletions
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")