mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add go-github-com-fvbommel-sortorder.
* gnu/packages/golang-xyz.scm (go-github-com-fvbommel-sortorder): New variable. Change-Id: I4def6ab952c14e541626612a55a3a7a97612f3ed
This commit is contained in:
parent
0860b4f262
commit
5e679fc794
1 changed files with 23 additions and 0 deletions
|
@ -6566,6 +6566,29 @@ quoting, commenting, and escaping.")
|
|||
"File system notifications for Go")
|
||||
(license license:bsd-3)))
|
||||
|
||||
(define-public go-github-com-fvbommel-sortorder
|
||||
(package
|
||||
(name "go-github-com-fvbommel-sortorder")
|
||||
(version "1.1.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/fvbommel/sortorder")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "01cdxp9bqg1dlsf0nkb70gssr9mh250agfzyksx875m6ys1x37g7"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:import-path "github.com/fvbommel/sortorder"))
|
||||
(home-page "https://github.com/fvbommel/sortorder")
|
||||
(synopsis "Sort orders and comparison functions")
|
||||
(description
|
||||
"Package sortorder implements sort orders and comparison functions.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public go-github-com-fxamacker-cbor-v2
|
||||
(package
|
||||
(name "go-github-com-fxamacker-cbor-v2")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue