mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add go-github-com-muhlemmer-gu.
* gnu/packages/golang-xyz.scm (go-github-com-muhlemmer-gu): New variable. Change-Id: I6790c937730ea8b35e1eee97999de17fc6a8fc75
This commit is contained in:
parent
70e06d2e6c
commit
52bd999642
1 changed files with 24 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue