[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
99/172: gnu: Add go-github-com-gofrs-uuid.
From: |
guix-commits |
Subject: |
99/172: gnu: Add go-github-com-gofrs-uuid. |
Date: |
Tue, 5 Nov 2024 16:05:02 -0500 (EST) |
sharlatan pushed a commit to branch go-team
in repository guix.
commit fec69cd3d5347750e7145f9417a9a74623bf39aa
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sun Sep 15 12:49:02 2024 +0100
gnu: Add go-github-com-gofrs-uuid.
* gnu/packages/golang-xyz.scm (go-github-com-gofrs-uuid,
go-github-com-gofrs-uuid-v5): New variables.
Change-Id: I64e374868195315824348c5581f675d8e0b5c141
---
gnu/packages/golang-xyz.scm | 43 +++++++++++++++++++++++++++++++++++++++++++
1 file changed, 43 insertions(+)
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 3f6bb2d850..51484b5bca 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -3325,6 +3325,49 @@ non-blocking @code{TryLock} function to allow locking
without blocking
execution.")
(license license:bsd-3)))
+(define-public go-github-com-gofrs-uuid
+ (package
+ (name "go-github-com-gofrs-uuid")
+ (version "4.4.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/gofrs/uuid";)
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "13n5q70sdw39f2j9ya5l6n7475fv5b1vns7skv56yjh04chwl7p3"))))
+ (build-system go-build-system)
+ (arguments
+ (list
+ #:import-path "github.com/gofrs/uuid"))
+ (home-page "https://github.com/gofrs/uuid";)
+ (synopsis "UUID package for Golang")
+ (description
+ "Package uuid provides implementations of the Universally Unique
Identifier
+(UUID), as specified in RFC-4122 and the Peabody RFC Draft (revision 03).")
+ (license license:expat)))
+
+(define-public go-github-com-gofrs-uuid-v5
+ (package
+ (inherit go-github-com-gofrs-uuid)
+ (name "go-github-com-gofrs-uuid-v5")
+ (version "5.3.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/gofrs/uuid";)
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0fkyclwji4llkpcwwvpn00fc68mawdlz8ssf2x1vrmv33gps4icl"))))
+ (build-system go-build-system)
+ (arguments
+ (list
+ #:import-path "github.com/gofrs/uuid/v5"))))
+
(define-public go-github-com-gogs-chardet
(package
(name "go-github-com-gogs-chardet")
- 25/172: gnu: go-golang-org-x-mod: Update to 0.21.0., (continued)
- 25/172: gnu: go-golang-org-x-mod: Update to 0.21.0., guix-commits, 2024/11/05
- 55/172: gnu: go-golang-org-x-vuln: Update to 1.1.3., guix-commits, 2024/11/05
- 58/172: gnu: gopls: Update to 0.16.2., guix-commits, 2024/11/05
- 60/172: gnu: go-github-com-sergi-go-diff: Update to 1.3.1., guix-commits, 2024/11/05
- 63/172: gnu: go-github-com-google-go-querystring: Fix indentation., guix-commits, 2024/11/05
- 69/172: gnu: go-github-com-jonboulle-clockwork: Update to 0.4.0., guix-commits, 2024/11/05
- 78/172: gnu: go-golang-org-x-oauth2: Update to 0.23.0., guix-commits, 2024/11/05
- 93/172: gnu: Add go-github-com-muesli-combinator., guix-commits, 2024/11/05
- 95/172: gnu: Add go-go-opentelemetry-io-otel., guix-commits, 2024/11/05
- 94/172: gnu: chezmoi: Update to 1.8.10., guix-commits, 2024/11/05
- 99/172: gnu: Add go-github-com-gofrs-uuid.,
guix-commits <=
- 100/172: gnu: Add go-github-com-datadog-datadog-go., guix-commits, 2024/11/05
- 102/172: gnu: Add go-github-com-datadog-datadog-go-v5., guix-commits, 2024/11/05
- 103/172: gnu: Add go-github-com-openhistogram-circonusllhist., guix-commits, 2024/11/05
- 107/172: gnu: Add go-github-com-circonus-labs-circonus-gometrics-v3., guix-commits, 2024/11/05
- 122/172: gnu: go-github-com-nbrownus-go-metrics-prometheus: Fix build., guix-commits, 2024/11/05
- 116/172: gnu: Add go-msgp., guix-commits, 2024/11/05
- 126/172: gnu: build/go: Apply default 'fix-embed-files phase., guix-commits, 2024/11/05
- 127/172: gnu: go-github-com-aws-smithy-go: Update to 1.21.0., guix-commits, 2024/11/05
- 128/172: gnu: go-github-com-deckarep-golang-set-v2: Update to 2.6.0., guix-commits, 2024/11/05
- 140/172: gnu: Add go-github-com-smarty-gunit., guix-commits, 2024/11/05