unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: "Artyom V. Poptsov" <poptsov.artyom@gmail.com>
To: 69654@debbugs.gnu.org
Cc: "Artyom V. Poptsov" <poptsov.artyom@gmail.com>
Subject: [bug#69654] [PATCH 3/3] gnu: Add go-github-com-jbenet-go-random.
Date: Fri,  8 Mar 2024 21:23:27 +0300	[thread overview]
Message-ID: <66625927bafff017daebf5161356ce3901c82d42.1709921226.git.poptsov.artyom@gmail.com> (raw)
In-Reply-To: <cover.1709921226.git.poptsov.artyom@gmail.com>

* gnu/packages/golang-xyz.scm (go-github-com-jbenet-go-random): New variable.

Change-Id: I7b7f510af61f4bf79aa633ffaa4bd4852f55fc47
---
 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 979e964a03..7af3193f14 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -987,6 +987,30 @@ (define-public go-github-com-hhrutter-tiff
 @end itemize")
     (license license:bsd-3)))
 
+(define-public go-github-com-jbenet-go-random
+  (package
+    (name "go-github-com-jbenet-go-random")
+    (version "0.0.0-20190219211222-123a90aedc0c")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/jbenet/go-random")
+             (commit (go-version->git-ref version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "0kgx19m8p76rmin8s8y6j1padciv1dx37qzy7jkh9bw49ai3haw3"))))
+    (build-system go-build-system)
+    (arguments
+     (list
+      #:import-path "github.com/jbenet/go-random"))
+    (home-page "https://github.com/jbenet/go-random")
+    (synopsis "Go library and a program that outputs randomness")
+    (description
+     "This is a Unix utility that outputs randomness.  It is a thin
+wrapper around @code{crypto/rand}.")
+    (license license:expat)))
+
 (define-public go-github-com-jbenet-go-temp-err-catcher
   (package
     (name "go-github-com-jbenet-go-temp-err-catcher")
-- 
2.41.0





  parent reply	other threads:[~2024-03-08 18:25 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-08 18:20 [bug#69654] [PATCH 0/3] Add go-github-com-jbenet packages Artyom V. Poptsov
2024-03-08 18:23 ` [bug#69654] [PATCH 1/3] gnu: Add go-github-com-jbenet-goprocess Artyom V. Poptsov
2024-03-08 18:23 ` [bug#69654] [PATCH 2/3] gnu: Add go-github-com-jbenet-go-temp-err-catcher Artyom V. Poptsov
2024-03-08 18:23 ` Artyom V. Poptsov [this message]
2024-03-17  0:13 ` bug#69654: [PATCH 0/3] Add go-github-com-jbenet packages Sharlatan Hellseher

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=66625927bafff017daebf5161356ce3901c82d42.1709921226.git.poptsov.artyom@gmail.com \
    --to=poptsov.artyom@gmail.com \
    --cc=69654@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).