[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
72/169: gnu: go-github-com-google-uuid: Move to golang-build.
From: |
guix-commits |
Subject: |
72/169: gnu: go-github-com-google-uuid: Move to golang-build. |
Date: |
Thu, 26 Sep 2024 06:42:51 -0400 (EDT) |
sharlatan pushed a commit to branch go-team
in repository guix.
commit 892274a268b9787ac8612a0b0703fae5f22f52c7
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 4b458dd761..991b80beea 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -5263,28 +5263,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")
- 168/169: gnu: go-github-com-subosito-gotenv: Move to golang-xyz., (continued)
- 168/169: gnu: go-github-com-subosito-gotenv: Move to golang-xyz., guix-commits, 2024/09/26
- 123/169: gnu: nebula: Fix build., guix-commits, 2024/09/26
- 133/169: gnu: go-github-com-shadowsocks-go-shadowsocks2: Update to 0.1.5., guix-commits, 2024/09/26
- 122/169: gnu: go-github-com-nbrownus-go-metrics-prometheus: Fix build., guix-commits, 2024/09/26
- 126/169: gnu: build/go: Apply default 'fix-embed-files phase., guix-commits, 2024/09/26
- 141/169: gnu: go-github-com-smartystreets-goconvey: Update to v1.8.1., guix-commits, 2024/09/26
- 149/169: gnu: Add go-github-com-cretz-bine., guix-commits, 2024/09/26
- 159/169: gnu: go-github-com-dustin-go-humanize: Move to golang-xyz., guix-commits, 2024/09/26
- 166/169: gnu: go-github-com-tekwizely-go-parsing: Move to golang-xyz., guix-commits, 2024/09/26
- 40/169: gnu: go-github-com-prometheus-common: Fix build., guix-commits, 2024/09/26
- 72/169: gnu: go-github-com-google-uuid: Move to golang-build.,
guix-commits <=
- 80/169: gnu: go-github-com-go-git-go-git-fixtures: Update to 4.3.1., guix-commits, 2024/09/26
- 116/169: gnu: Add go-msgp., guix-commits, 2024/09/26
- 119/169: gnu: soju: Fix build., guix-commits, 2024/09/26
- 129/169: gnu: Add go-github-com-workiva-go-datastructures., guix-commits, 2024/09/26
- 139/169: gnu: Add go-github-com-smarty-assertions., guix-commits, 2024/09/26
- 152/169: gnu: Remove go-github-com-emersion-go-textwrapper., guix-commits, 2024/09/26
- 169/169: gnu: run: Update to 0.11.2., guix-commits, 2024/09/26
- 158/169: gnu: go-github-com-dustin-go-humanize: Update to 1.0.1., guix-commits, 2024/09/26
- 100/169: gnu: Add go-github-com-datadog-datadog-go., guix-commits, 2024/09/26
- 112/169: gnu: Add go-github-com-dgryski-go-ddmin., guix-commits, 2024/09/26