guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#62284] [PATCH 61/70] gnu: Add go-github-com-rs-xid.


From: conses
Subject: [bug#62284] [PATCH 61/70] gnu: Add go-github-com-rs-xid.
Date: Mon, 20 Mar 2023 00:50:01 +0100
User-agent: Gnus/5.13 (Gnus v5.13)

* gnu/packages/golang.scm (go-github-com-rs-xid): New variable.
---
 gnu/packages/golang.scm | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 08501c6793..9b63251cd6 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -12315,6 +12315,27 @@ (define-public go-maunium-net-go-maulogger
     (description "A logger in Go.")
     (license license:mpl2.0)))
 
+(define-public go-github-com-rs-xid
+  (package
+    (name "go-github-com-rs-xid")
+    (version "1.4.0")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/rs/xid";)
+                    (commit (string-append "v" version))))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "1j1dcrq9napvdfl6g2vd631iv12myirhlmn6kgw8f1jnrkaqgdaz"))))
+    (build-system go-build-system)
+    (arguments (list #:import-path "github.com/rs/xid"))
+    (home-page "https://github.com/rs/zerolog";)
+    (synopsis "Globally unique id generator thought for the web")
+    (description "This package is a globally unique id generator library,
+ready to safely be used directly in your server code.")
+    (license license:expat)))
+
 (define-public go-mau-fi-libsignal
   (package
     (name "go-mau-fi-libsignal")
-- 
2.39.1



-- 
Best regards,
conses





reply via email to

[Prev in Thread] Current Thread [Next in Thread]