mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: r-secretbase: Update to 1.1.1.
* gnu/packages/cran.scm (r-secretbase): Update to 1.1.1. Change-Id: I1f1d54fbca21f7e7276cfc42e619029b5c50b285
This commit is contained in:
parent
80b0ce607f
commit
314a88ed73
1 changed files with 2 additions and 2 deletions
|
|
@ -11794,13 +11794,13 @@ scraping tasks, inspired by libraries like @code{BeautifulSoup}.")
|
|||
(define-public r-secretbase
|
||||
(package
|
||||
(name "r-secretbase")
|
||||
(version "1.1.0")
|
||||
(version "1.1.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "secretbase" version))
|
||||
(sha256
|
||||
(base32 "0qdnkzxyqyiiikihjn705l4228vdj7l1mpb5bbgy647s3mzg8fxk"))))
|
||||
(base32 "0mqjiqsqdmfy9wilns8vnjd53g7x9d2x60yp43jpg87h160i48b2"))))
|
||||
(properties `((upstream-name . "secretbase")))
|
||||
(build-system r-build-system)
|
||||
(arguments
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue