all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Todor Kondić via Guix-patches via <guix-patches@gnu.org>
To: "40101@debbugs.gnu.org" <40101@debbugs.gnu.org>
Subject: [bug#40101] [PATCH 1/3] gnu: Add r-argon2
Date: Tue, 17 Mar 2020 13:06:13 +0000	[thread overview]
Message-ID: <Rh_a5PVREyUuoGEyjGAQj2WWiy_eR75m6piwx90wEfiwehyN0AaF_SNp2MYHH147Gd-eXsh71ZOaDIagMktare5Y1BTuDVwxIfAXL6NkXf4=@protonmail.com> (raw)
In-Reply-To: <0HD-jgnK1IoX44ACJuDfTEKl0iDqgtcVvhNk_Vxq3ULgY_-w2uDojCmYtBRcziY84KfTy4Fc6LxUPuJYt-iitM0U3cZ_DrsqCHB0sjl2GZk=@protonmail.com>

* gnu/packages/statistics.scm (r-argon2): New variable.
---
 gnu/packages/statistics.scm | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 6616780081..7e3b62c035 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -5824,3 +5824,23 @@ Java package that provides routines for various statistical distributions.")
 Emacs.  It is designed to support editing of scripts and interaction with
 various statistical analysis programs such as R, Julia, and JAGS.")
     (license license:gpl2+)))
+
+(define-public r-argon2
+  (package
+    (name "r-argon2")
+    (version "0.2-0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "argon2" version))
+       (sha256
+        (base32
+         "0kqn06rpb39jlzizjlnc5c44mfic8llrshxn7ljgmyj35lbqwxqh"))))
+    (properties `((upstream-name . "argon2")))
+    (build-system r-build-system)
+    (home-page
+     "https://github.com/wrathematics/argon2")
+    (synopsis "Secure Password Hashing based on Argon2 Algorithm")
+    (description
+     "Utilities for secure password hashing via the argon2 algorithm.")
+    (license license:bsd-2)))
--
2.25.0

  reply	other threads:[~2020-03-17 13:07 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-17 12:54 [bug#40101] [PATCH 0/3] gnu: Add r-remoter and its dependencies Todor Kondić via Guix-patches via
2020-03-17 13:06 ` Todor Kondić via Guix-patches via [this message]
2020-03-17 13:08 ` [bug#40101] [PATCH 2/3] gnu: Add r-getpass Todor Kondić via Guix-patches via
2020-03-17 13:09 ` [bug#40101] [PATCH 3/3] gnu: Add r-remoter Todor Kondić via Guix-patches via
2020-03-25 19:48 ` bug#40101: [PATCH 0/3] gnu: Add r-remoter and its dependencies Leo Famulari

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

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

  git send-email \
    --in-reply-to='Rh_a5PVREyUuoGEyjGAQj2WWiy_eR75m6piwx90wEfiwehyN0AaF_SNp2MYHH147Gd-eXsh71ZOaDIagMktare5Y1BTuDVwxIfAXL6NkXf4=@protonmail.com' \
    --to=guix-patches@gnu.org \
    --cc=40101@debbugs.gnu.org \
    --cc=tk.code@protonmail.com \
    /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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.