[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
25/45: gnu: Add go-github-com-xtgo-uuid.
From: |
guix-commits |
Subject: |
25/45: gnu: Add go-github-com-xtgo-uuid. |
Date: |
Sat, 11 Jan 2025 18:19:12 -0500 (EST) |
sharlatan pushed a commit to branch go-team
in repository guix.
commit c313b01a5fbd17d97c353e447bde37c6b4ac631a
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sat Jan 11 15:03:27 2025 +0000
gnu: Add go-github-com-xtgo-uuid.
* gnu/packages/golang-xyz.scm (go-github-com-xtgo-uuid): New variable.
Change-Id: I4b18996fe59ca752ac4e471d4ada63ce98b66745
---
gnu/packages/golang-xyz.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 009df8da03..615bd48e45 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -15077,6 +15077,30 @@ popular Levenshtein distance (aka Edit Distance or
Wagner-Fischer), as well as
the Jaro distance, the Jaro-Winkler distance, and more.")
(license license:expat)))
+(define-public go-github-com-xtgo-uuid
+ (package
+ (name "go-github-com-xtgo-uuid")
+ (version "0.0.0-20140804021211-a0b114877d4c")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/xtgo/uuid")
+ (commit (go-version->git-ref version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "10pmay90is5x8cv5ckcajw3s7g2rpk4ix6kl4qhq8qx05x2ivlrw"))))
+ (build-system go-build-system)
+ (arguments
+ (list
+ #:import-path "github.com/xtgo/uuid"))
+ (home-page "https://github.com/xtgo/uuid")
+ (synopsis "Go UUID parsing and generation")
+ (description
+ "Package uuid can be used to generate and parse universally unique
+identifiers, a standardized format in the form of a 128 bit number.")
+ (license license:bsd-3)))
+
(define-public go-github-com-xuanwo-go-locale
(package
(name "go-github-com-xuanwo-go-locale")
- 11/45: gnu: go-github-com-rubyist-tracerx: Move to golang-check., (continued)
- 11/45: gnu: go-github-com-rubyist-tracerx: Move to golang-check., guix-commits, 2025/01/11
- 07/45: gnu: go-github-com-michiwend-golang-pretty: Move to golang-xyz., guix-commits, 2025/01/11
- 06/45: gnu: go-github-com-michiwend-golang-pretty: Update to 0.0.0-20141116172505-8ac61812ea3f., guix-commits, 2025/01/11
- 05/45: gnu: go-github-com-mtibben-percent: Move to golang-xyz., guix-commits, 2025/01/11
- 09/45: gnu: go-github-com-michiwend-gomusicbrainz: Move to golang-xyz., guix-commits, 2025/01/11
- 16/45: gnu: go-github-com-gedex-inflector: Update to 0.0.0-20170307190818-16278e9db813., guix-commits, 2025/01/11
- 19/45: gnu: go-github-com-go-ini-ini: Adjust inputs., guix-commits, 2025/01/11
- 20/45: gnu: gopls: Move to golang-xyz., guix-commits, 2025/01/11
- 21/45: gnu: Add go-github-com-klauspost-reedsolomon., guix-commits, 2025/01/11
- 22/45: gnu: Add go-github-com-klauspost-asmfmt., guix-commits, 2025/01/11
- 25/45: gnu: Add go-github-com-xtgo-uuid.,
guix-commits <=
- 32/45: gnu: Add go-github-com-txthinking-runnergroup., guix-commits, 2025/01/11
- 31/45: gnu: Add go-gitlab-torproject-org-tpo-anti-censorship-geoip., guix-commits, 2025/01/11
- 41/45: gnu: go-gitlab-torproject-org-tpo-anti-censorship-pluggable-transports-webtunnel: Update to 0.0.0-20240711104640-e64b1b3562f3., guix-commits, 2025/01/11
- 43/45: gnu: go-gitlab-torproject-org-tpo-anti-censorship-pluggable-transports-lyrebird: Update to 0.5.0., guix-commits, 2025/01/11
- 28/45: gnu: Add go-gitlab-torproject-org-tpo-anti-censorship-pluggable-transports-ptutil., guix-commits, 2025/01/11
- 29/45: gnu: go-gitlab-torproject-org-tpo-anti-censorship-pluggable-transports-goptlib: Update to 1.6.0., guix-commits, 2025/01/11
- 18/45: gnu: go-github-com-go-ini-ini: Move to golang-xyz., guix-commits, 2025/01/11
- 26/45: gnu: go-filippo-io-edwards25519: Update to 1.1.0., guix-commits, 2025/01/11
- 27/45: gnu: go-github-com-99designs-keyring: Simplify., guix-commits, 2025/01/11
- 33/45: gnu: Add go-github-com-patrickmn-go-cache., guix-commits, 2025/01/11