mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 22:16:32 +01:00
gnu: Add go-github-com-nats-io-nuid.
* gnu/packages/golang-xyz.scm (go-github-com-nats-io-nuid): New variable. Change-Id: I71ef84703b6971cabacafcba09d1447544fb48bf Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
98f8a2a34e
commit
870f604aa6
1 changed files with 23 additions and 0 deletions
|
@ -144,6 +144,29 @@ (define-public go-github-com-matryer-try
|
||||||
(description "This package provides an idiomatic Go retry module.")
|
(description "This package provides an idiomatic Go retry module.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public go-github-com-nats-io-nuid
|
||||||
|
(package
|
||||||
|
(name "go-github-com-nats-io-nuid")
|
||||||
|
(version "1.0.1")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/nats-io/nuid")
|
||||||
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "11zbhg4kds5idsya04bwz4plj0mmiigypzppzih731ppbk2ms1zg"))))
|
||||||
|
(build-system go-build-system)
|
||||||
|
(arguments
|
||||||
|
'(#:import-path "github.com/nats-io/nuid"))
|
||||||
|
(home-page "https://github.com/nats-io/nuid")
|
||||||
|
(synopsis "Go library implementing identifier generator for NATS ecosystem")
|
||||||
|
(description
|
||||||
|
"This package provides a unique identifier generator that is high performance,
|
||||||
|
very fast, and tries to be entropy pool friendly.")
|
||||||
|
(license license:asl2.0)))
|
||||||
|
|
||||||
(define-public go-go-uber-org-automaxprocs
|
(define-public go-go-uber-org-automaxprocs
|
||||||
(package
|
(package
|
||||||
(name "go-go-uber-org-automaxprocs")
|
(name "go-go-uber-org-automaxprocs")
|
||||||
|
|
Loading…
Reference in a new issue