[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
156/172: gnu: Add go-github-com-rogpeppe-fastuuid.
From: |
guix-commits |
Subject: |
156/172: gnu: Add go-github-com-rogpeppe-fastuuid. |
Date: |
Sat, 9 Nov 2024 16:45:12 -0500 (EST) |
sharlatan pushed a commit to branch master
in repository guix.
commit 53a176434d8a10660c3be848b4d17527f5d32cf5
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sun Sep 22 23:02:05 2024 +0100
gnu: Add go-github-com-rogpeppe-fastuuid.
* gnu/packages/golang-xyz.scm (go-github-com-rogpeppe-fastuuid): New
variable.
Change-Id: Ie8458f79e0b39e8660a2fdd64bb4d4482cd22339
---
gnu/packages/golang-xyz.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 4269bcdac5..832e56b042 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -6362,6 +6362,31 @@ routines querying a database but without sending too
much queries in order to
not overload the given database.")
(license license:expat)))
+(define-public go-github-com-rogpeppe-fastuuid
+ (package
+ (name "go-github-com-rogpeppe-fastuuid")
+ (version "1.2.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/rogpeppe/fastuuid")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "028acdg63zkxpjz3l639nlhki2l0canr2v5jglrmwa1wpjqcfff8"))))
+ (build-system go-build-system)
+ (arguments
+ (list
+ #:import-path "github.com/rogpeppe/fastuuid"))
+ (home-page "https://github.com/rogpeppe/fastuuid")
+ (synopsis "192-bit UUID generator in Golang")
+ (description
+ "Package fastuuid provides UUID generation of 192 bit universally unique
+identifiers. It also provides simple support for 128-bit RFC-4122 V4 UUID
+strings.")
+ (license license:bsd-3)))
+
(define-public go-github-com-rogpeppe-go-internal
(package
(name "go-github-com-rogpeppe-go-internal")
- 129/172: gnu: Add go-github-com-workiva-go-datastructures., (continued)
- 129/172: gnu: Add go-github-com-workiva-go-datastructures., guix-commits, 2024/11/09
- 126/172: gnu: build/go: Apply default 'fix-embed-files phase., guix-commits, 2024/11/09
- 127/172: gnu: go-github-com-aws-smithy-go: Update to 1.21.0., guix-commits, 2024/11/09
- 161/172: gnu: Add go-github-com-caarlos0-testfs., guix-commits, 2024/11/09
- 151/172: gnu: go-github-com-emersion-go-autostart: Move to golang-xyz., guix-commits, 2024/11/09
- 154/172: gnu: Add go-github-com-pkg-browser., guix-commits, 2024/11/09
- 159/172: gnu: go-github-com-dustin-go-humanize: Move to golang-xyz., guix-commits, 2024/11/09
- 157/172: gnu: packages/high-availability: Remove golang module., guix-commits, 2024/11/09
- 143/172: gnu: Remove go-github.com-smartystreets-gunit., guix-commits, 2024/11/09
- 163/172: gnu: Add go-github-com-goreleaser-fileglob., guix-commits, 2024/11/09
- 156/172: gnu: Add go-github-com-rogpeppe-fastuuid.,
guix-commits <=
- 169/172: gnu: run: Update to 0.11.2., guix-commits, 2024/11/09
- 35/172: gnu: go-github-com-golang-groupcache: Update to 0.0.0-20210331224755-41bb18bfe9da., guix-commits, 2024/11/09
- 40/172: gnu: go-github-com-prometheus-common: Fix build., guix-commits, 2024/11/09
- 39/172: gnu: go-github-com-dgraph-io-badger: Fix build., guix-commits, 2024/11/09
- 37/172: gnu: go-github-com-golang-groupcache: Fix build., guix-commits, 2024/11/09
- 41/172: gnu: go-github-com-prometheus-client-golang: Fix build., guix-commits, 2024/11/09
- 32/172: gnu: go-google-golang-org-protobuf: Update to 1.34.2., guix-commits, 2024/11/09
- 33/172: gnu: go-github-com-golang-protobuf: Update to 1.5.4., guix-commits, 2024/11/09
- 34/172: gnu: go-google-golang-org-protobuf: Enable all tests, guix-commits, 2024/11/09
- 27/172: gnu: go-golang-org-x-sys: Update to 0.25.0., guix-commits, 2024/11/09