mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add go-github-com-derekparker-trie-v3.
* gnu/packages/golang-xyz.scm (go-github-com-derekparker-trie-v3): New variable. Change-Id: I9a615d29cf6b86c8abfca4d7c17753900772857f Signed-off-by: jgart <jgart@dismail.de>
This commit is contained in:
parent
9a9ccbed02
commit
f7eb9bf2af
1 changed files with 18 additions and 0 deletions
|
@ -5413,6 +5413,24 @@ encoding/decoding. It has no dependencies.")
|
|||
(description "Implementation of an R-Way Trie data structure.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public go-github-com-derekparker-trie-v3
|
||||
(package
|
||||
(inherit go-github-com-derekparker-trie)
|
||||
(name "go-github-com-derekparker-trie-v3")
|
||||
(version "3.1.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/derekparker/trie")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "02br0cw2wh27xffs1hsbwh145d3vpaihcd7mygf36ihdhrp00pka"))))
|
||||
(arguments
|
||||
(list
|
||||
#:import-path "github.com/derekparker/trie/v3"))))
|
||||
|
||||
(define-public go-github-com-detailyang-go-fallocate
|
||||
(package
|
||||
(name "go-github-com-detailyang-go-fallocate")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue