[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#42380] [PATCH 4/9] gnu: Add go-github-com-dchest-uniuri
From: |
André Batista |
Subject: |
[bug#42380] [PATCH 4/9] gnu: Add go-github-com-dchest-uniuri |
Date: |
Tue, 15 Sep 2020 12:08:32 -0300 |
From 46b0c175ce9c440c469c4456960adab9503c2bfa Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20Batista?= <nandre@riseup.net>
Date: Mon, 14 Sep 2020 18:27:56 -0300
Subject: [PATCH] gnu: Add go-github-com-dchest-uniuri.
To: 42380@debbugs.gnu.org
* gnu/packages/golang.scm (go-github-com-dchest-uniuri): New variable.
---
gnu/packages/golang.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 471ed31965..da9a531665 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -5745,3 +5745,28 @@ Pseudo Random Function which is suitable for usage in
message authentication
codes and was based on the design created by Jean-Philippe Aumasson and Daniel
J. Bernstein. ")
(license license:cc0))))
+
+(define-public go-github-com-dchest-uniuri
+ (let ((commit "8902c56451e9b58ff940bbe5fec35d5f9c04584a")
+ (revision "0"))
+ (package
+ (name "go-github-com-dchest-uniuri")
+ (version (git-version "0.0.0" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/dchest/uniuri")
+ (commit commit)))
+ (file-name (string-append name "-" version "-checkout"))
+ (sha256
+ (base32
+ "1x5bsbm1nlphsv96zd0rbclfaa1swpz5bp14x7s5dbxp0awk2gd4"))))
+ (build-system go-build-system)
+ (arguments
+ '(#:import-path "github.com/dchest/uniuri"))
+ (home-page "https://github.com/dchest/uniuri")
+ (synopsis "Go library for random URIs")
+ (description "Package uniuri generates random strings good for use in
+Universal Resource Identifiers to uniquely identify objects.")
+ (license license:cc0))))
--
2.27.0
signature.asc
Description: PGP signature
- [bug#42380] [PATCH] gnu: Add torbrowser-unbundle., Ludovic Courtès, 2020/09/07
- [bug#42380] [PATCH] gnu: Add torbrowser-unbundle., André Batista, 2020/09/08
- [bug#42380] [PATCH] gnu: Add torbrowser-unbundle., Ludovic Courtès, 2020/09/09
- [bug#42380] [PATCH] gnu: Add torbrowser-unbundle., Efraim Flashner, 2020/09/09
- [bug#42380] [PATCH 0/9] gnu: Add torbrowser-unbundle., André Batista, 2020/09/15
- [bug#42380] [PATCH 1/9] gnu: Add go-torproject-org-ptlib, André Batista, 2020/09/15
- [bug#42380] [PATCH 2/9] gnu: Add go-github-com-agl-ed25519, André Batista, 2020/09/15
- [bug#42380] [PATCH 2v2/9] gnu: Add go-github-com-agl-ed25519, André Batista, 2020/09/15
- [bug#42380] [PATCH 0/9] gnu: Add go-github-com-dchest-siphash., André Batista, 2020/09/15
- [bug#42380] [PATCH 3/9] gnu: Add go-github-com-dchest-siphash, André Batista, 2020/09/15
- [bug#42380] [PATCH 4/9] gnu: Add go-github-com-dchest-uniuri,
André Batista <=
- [bug#42380] [PATCH 5/9] gnu: Add go-github-com-dsnet-compress, André Batista, 2020/09/15
- [bug#42380] [PATCH 6/9] gnu: Add go-schwanenlied-me-yawning-bsaes, André Batista, 2020/09/15
- [bug#42380] [PATCH 7/9] gnu: Add go-gitlab-com-yawning-utls, André Batista, 2020/09/15
- [bug#42380] [PATCH 8/9] gnu: obfs4, André Batista, 2020/09/15
- [bug#42380] [PATCH 9/9] gnu: Add torbrowser-unbundle, André Batista, 2020/09/15
- [bug#42380] [PATCHv2 9/9] gnu: Add torbrowser-unbundle, André Batista, 2020/09/24