1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-16 03:50:45 +02:00

gnu: go-github-com-tdewolff-hasher: Move to golang-xyz.

* gnu/packages/golang.scm (go-github-com-tdewolff-hasher): Move from
here ...
* gnu/packages/golang-xyz.scm: ... to here.

Change-Id: I89ecc37721cffadb43177f20d311682a9e493a9e
This commit is contained in:
Sharlatan Hellseher 2024-12-28 14:58:42 +00:00
parent 091bf5af93
commit d2c0c8528f
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5
2 changed files with 26 additions and 26 deletions

View file

@ -10695,6 +10695,32 @@ storage system.")
(description "Command line argument parser following the GNU standard.")
(license license:expat)))
(define-public go-github-com-tdewolff-hasher
(package
(name "go-github-com-tdewolff-hasher")
(version "0.0.0-20210521220142-bc97f602bca2")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/tdewolff/hasher")
(commit (go-version->git-ref version))))
(file-name (git-file-name name version))
(sha256
(base32 "12dmxpmdy2z7c2z7qv2mv2aq4hyvjncb6fzr0ymg3y5bfjvl4dcw"))))
(build-system go-build-system)
(arguments
(list #:import-path "github.com/tdewolff/hasher"))
(native-inputs
(list go-github-com-cespare-mph
go-github-com-dgryski-go-mph))
(home-page "https://github.com/tdewolff/hasher")
(synopsis "Go known-keys fast-lookup map generator")
(description
"Hasher is a tool to automate the creation of methods and tables for a
@code{string} to @code{uint32} mapper.")
(license license:bsd-3)))
(define-public go-github-com-teambition-rrule-go
(package
(name "go-github-com-teambition-rrule-go")