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:
Sharlatan Hellseher 2025-08-22 23:40:11 +01:00 committed by jgart
parent 9a9ccbed02
commit f7eb9bf2af
No known key found for this signature in database
GPG key ID: A52AA2B477B6DD35

View file

@ -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")