gnu: Add go-github-com-rxwycdh-rxhash.

* gnu/packages/golang-xyz.scm (go-github-com-rxwycdh-rxhash): New variable.

Change-Id: Ic464c0daff762c1726b2023af41f3989621a9b22
Reviewed-by: Sergey Trofimov <sarg@sarg.org.ru>
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
dan 2025-10-22 12:10:05 +08:00 committed by Sharlatan Hellseher
parent d5b980cfa1
commit eb75cdedcd
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -19218,6 +19218,30 @@ specification at http://partners.adobe.com/public/developer/en/tiff/TIFF6.pdf
@end itemize")
(license license:bsd-2))))
(define-public go-github-com-rxwycdh-rxhash
(package
(name "go-github-com-rxwycdh-rxhash")
(version "0.0.0-20230131062142-10b7a38b400d")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/rxwycdh/rxhash")
(commit (go-version->git-ref version))))
(file-name (git-file-name name version))
(sha256
(base32 "0qw4kn5r0xjfy9mycv57f7lmlpksybzr2qcdr4713svrxakwmgyz"))))
(build-system go-build-system)
(arguments
(list
#:import-path "github.com/rxwycdh/rxhash"))
(home-page "https://github.com/rxwycdh/rxhash")
(synopsis "Creating unique hash value for structs in Go.")
(description
"rxhash is a Go library for creating a unique hash value for struct in Go, but
@strong{data consistency}.")
(license license:expat)))
(define-public go-github-com-ryanuber-columnize
(package
(name "go-github-com-ryanuber-columnize")