mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: r-secretbase: Update to 1.0.1.
* gnu/packages/cran.scm (r-secretbase): Update to 1.0.1. Change-Id: If712ec9152baae939e6e4f9c275baeb464a70a7e
This commit is contained in:
parent
c822997517
commit
b3c07669e3
1 changed files with 2 additions and 2 deletions
|
@ -4386,13 +4386,13 @@ (define-public r-rvest
|
|||
(define-public r-secretbase
|
||||
(package
|
||||
(name "r-secretbase")
|
||||
(version "1.0.0")
|
||||
(version "1.0.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "secretbase" version))
|
||||
(sha256
|
||||
(base32 "1lnmkppw6scgdd3qd45jfvnrxx5bsa4b37z212aq6ss7xxjlv8wh"))))
|
||||
(base32 "013f9lvsgfr5way2clkrwb1r2s9kvq2d3al68yjmf1lfpdmc1fdb"))))
|
||||
(properties `((upstream-name . "secretbase")))
|
||||
(build-system r-build-system)
|
||||
(home-page "https://shikokuchuo.net/secretbase/")
|
||||
|
|
Loading…
Reference in a new issue