mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: r-secretbase: Update to 0.3.0.
* gnu/packages/cran.scm (r-secretbase): Update to 0.3.0. Change-Id: Ic9e75a8746dd0a4d2c5a8ee64f4e242dfeda5fe5
This commit is contained in:
parent
2bf5d4336d
commit
90d4cd54b7
1 changed files with 2 additions and 2 deletions
|
@ -3973,13 +3973,13 @@ (define-public r-rvest
|
|||
(define-public r-secretbase
|
||||
(package
|
||||
(name "r-secretbase")
|
||||
(version "0.2.0")
|
||||
(version "0.3.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "secretbase" version))
|
||||
(sha256
|
||||
(base32 "1z0ddzdimma8rgd47fn5mma09d5c7vrl5b7gdlvfk8l047yihyb6"))))
|
||||
(base32 "1wgbk16by9w933cff5ybb2sa0ndgj3sv9ahr2r1843vgqiyvx2xi"))))
|
||||
(properties `((upstream-name . "secretbase")))
|
||||
(build-system r-build-system)
|
||||
(home-page "https://shikokuchuo.net/secretbase/")
|
||||
|
|
Loading…
Reference in a new issue