mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 06:42:14 -05:00
gnu: r-secretbase: Update to 0.5.0.
* gnu/packages/cran.scm (r-secretbase): Update to 0.5.0. Change-Id: Ia0a2d14a98e43ef68794d7204fc6e60dfcf76fde
This commit is contained in:
parent
21c96d6d03
commit
40529de4f9
1 changed files with 2 additions and 2 deletions
|
@ -4039,13 +4039,13 @@ (define-public r-rvest
|
|||
(define-public r-secretbase
|
||||
(package
|
||||
(name "r-secretbase")
|
||||
(version "0.4.0")
|
||||
(version "0.5.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "secretbase" version))
|
||||
(sha256
|
||||
(base32 "0b05js4vh6pkkiqms2qmipy5pq96q1i5grb951skk0h953cmwf11"))))
|
||||
(base32 "04xxjz4b9lpixgpa547rb9y2d370rs6jy1vyr6z24zkia1fmybg4"))))
|
||||
(properties `((upstream-name . "secretbase")))
|
||||
(build-system r-build-system)
|
||||
(home-page "https://shikokuchuo.net/secretbase/")
|
||||
|
|
Loading…
Reference in a new issue