[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/13: gnu: Add r-secretbase.
From: |
guix-commits |
Subject: |
01/13: gnu: Add r-secretbase. |
Date: |
Thu, 15 Feb 2024 08:13:11 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit 28bee49404384558063e38c98e3193d0676b11c9
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Feb 15 14:00:37 2024 +0100
gnu: Add r-secretbase.
* gnu/packages/cran.scm (r-secretbase): New variable.
Change-Id: I66aa67e5f09f030dce90f2a114e3a7893549ca2e
---
gnu/packages/cran.scm | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 3b8ad2baac..2f6608fe01 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -3870,6 +3870,25 @@ designed to work with @code{magrittr} to make it easy to
express common web
scraping tasks, inspired by libraries like @code{BeautifulSoup}.")
(license license:gpl3)))
+(define-public r-secretbase
+ (package
+ (name "r-secretbase")
+ (version "0.2.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (cran-uri "secretbase" version))
+ (sha256
+ (base32 "1z0ddzdimma8rgd47fn5mma09d5c7vrl5b7gdlvfk8l047yihyb6"))))
+ (properties `((upstream-name . "secretbase")))
+ (build-system r-build-system)
+ (home-page "https://shikokuchuo.net/secretbase/")
+ (synopsis "Cryptographic Hash and Extendable-Output Functions")
+ (description
+ "This package provides implementations of the SHA-3 cryptographic hash
+and SHAKE256 extendable-output functions (XOF).")
+ (license license:gpl3+)))
+
(define-public r-selectr
(package
(name "r-selectr")
- branch master updated (7151086aff -> 5ad54df6b0), guix-commits, 2024/02/15
- 07/13: gnu: r-targets: Update to 1.5.1., guix-commits, 2024/02/15
- 01/13: gnu: Add r-secretbase.,
guix-commits <=
- 02/13: gnu: r-tgstat: Update to 2.3.27., guix-commits, 2024/02/15
- 06/13: gnu: r-ggnetwork: Update to 0.5.13., guix-commits, 2024/02/15
- 03/13: gnu: r-rvest: Update to 1.0.4., guix-commits, 2024/02/15
- 04/13: gnu: r-ggally: Update to 2.2.1., guix-commits, 2024/02/15
- 11/13: gnu: r-filesstrings: Update to 3.4.0., guix-commits, 2024/02/15
- 05/13: gnu: r-quantmod: Update to 0.4.26., guix-commits, 2024/02/15
- 08/13: gnu: r-bayesplot: Update to 1.11.1., guix-commits, 2024/02/15
- 09/13: gnu: r-bayestestr: Update to 0.13.2., guix-commits, 2024/02/15
- 13/13: gnu: r-survival: Update to 3.5-8., guix-commits, 2024/02/15
- 10/13: gnu: r-parallelly: Update to 1.37.0., guix-commits, 2024/02/15