[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
72/172: gnu: go-github-com-google-uuid: Move to golang-build.
From: |
guix-commits |
Subject: |
72/172: gnu: go-github-com-google-uuid: Move to golang-build. |
Date: |
Tue, 5 Nov 2024 16:04:57 -0500 (EST) |
sharlatan pushed a commit to branch go-team
in repository guix.
commit b463d562ce93541af199439ccbfb4bc105dd09fc
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Fri Sep 13 11:56:16 2024 +0100
gnu: go-github-com-google-uuid: Move to golang-build.
* gnu/packages/golang.scm (go-github-com-google-uuid): Move from here ...
* gnu/packages/golang-build.scm: ... to here.
Change-Id: Ie32c2ab29a0b7a1bbb7d63d40338d0a7a0bca988
---
gnu/packages/golang-build.scm | 24 ++++++++++++++++++++++++
gnu/packages/golang.scm | 22 ----------------------
2 files changed, 24 insertions(+), 22 deletions(-)
diff --git a/gnu/packages/golang-build.scm b/gnu/packages/golang-build.scm
index 5c2f3efbbc..c7bed8133f 100644
--- a/gnu/packages/golang-build.scm
+++ b/gnu/packages/golang-build.scm
@@ -249,6 +249,30 @@ replace a file or symbolic link.")
(list
#:import-path "github.com/google/renameio/v2"))))
+(define-public go-github-com-google-uuid
+ (package
+ (name "go-github-com-google-uuid")
+ (version "1.6.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/google/uuid")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "131d01minir79dq6d4jq55018343yidl5cs2bfhynx1klnr7ssam"))))
+ (build-system go-build-system)
+ (arguments
+ (list
+ #:import-path "github.com/google/uuid"))
+ (home-page "https://github.com/google/uuid/")
+ (synopsis "Generate and inspect UUIDs based on RFC 4122 and DCE 1.1")
+ (description
+ "The uuid package generates and inspects UUIDs based on RFC 4122 and DCE
+1.1: Authentication and Security Services.")
+ (license license:bsd-3)))
+
(define-public go-github-com-yuin-goldmark
(package
(name "go-github-com-yuin-goldmark")
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 308831bcb4..9e0e8eff66 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -5290,28 +5290,6 @@ a cron spec parser and job runner.")
"This is a fork of another go-libvterm library for use with aerc.")
(license license:expat))))
-(define-public go-github-com-google-uuid
- (package
- (name "go-github-com-google-uuid")
- (version "1.6.0")
- (source (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/google/uuid")
- (commit (string-append "v" version))))
- (file-name (git-file-name name version))
- (sha256
- (base32
- "131d01minir79dq6d4jq55018343yidl5cs2bfhynx1klnr7ssam"))))
- (build-system go-build-system)
- (arguments
- '(#:import-path "github.com/google/uuid"))
- (home-page "https://github.com/google/uuid/")
- (synopsis "Generate and inspect UUIDs based on RFC 4122 and DCE 1.1")
- (description "The uuid package generates and inspects UUIDs based on RFC
-4122 and DCE 1.1: Authentication and Security Services.")
- (license license:bsd-3)))
-
(define-public go-github-com-google-gopacket
(package
(name "go-github-com-google-gopacket")
- 33/172: gnu: go-github-com-golang-protobuf: Update to 1.5.4., (continued)
- 33/172: gnu: go-github-com-golang-protobuf: Update to 1.5.4., guix-commits, 2024/11/05
- 47/172: gnu: go-golang-org-x-tools: Update to 0.25.0., guix-commits, 2024/11/05
- 39/172: gnu: go-github-com-dgraph-io-badger: Fix build., guix-commits, 2024/11/05
- 53/172: gnu: go-github-com-google-renameio: Move to golang-build., guix-commits, 2024/11/05
- 48/172: gnu: Add go-golang-org-x-telemetry., guix-commits, 2024/11/05
- 61/172: gnu: go-golang-org-x-crypto: Update to 0.27.0., guix-commits, 2024/11/05
- 64/172: gnu: go-github-com-google-go-querystring: Move to golang-web., guix-commits, 2024/11/05
- 70/172: gnu: go-github-com-jonboulle-clockwork: Fix indentation., guix-commits, 2024/11/05
- 66/172: gnu: go-github-com-google-goterm: Fix indentation., guix-commits, 2024/11/05
- 73/172: gnu: go-github-com-google-btree: Update to 1.1.3., guix-commits, 2024/11/05
- 72/172: gnu: go-github-com-google-uuid: Move to golang-build.,
guix-commits <=
- 74/172: gnu: go-github-com-google-btree: Move to golang-build., guix-commits, 2024/11/05
- 79/172: gnu: go-github-com-go-logr-logr: Update to 1.4.2., guix-commits, 2024/11/05
- 80/172: gnu: go-github-com-go-git-go-git-fixtures: Update to 4.3.1., guix-commits, 2024/11/05
- 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