mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-04 18:38:57 -05:00
gnu: r-secretbase: Update to 1.0.0.
* gnu/packages/cran.scm (r-secretbase): Update to 1.0.0. Change-Id: I9d38114466969a7c5de89d0707b7320ad43c33f3
This commit is contained in:
parent
c5d0bc61ec
commit
a65d6c1158
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 "0.5.0")
|
||||
(version "1.0.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "secretbase" version))
|
||||
(sha256
|
||||
(base32 "04xxjz4b9lpixgpa547rb9y2d370rs6jy1vyr6z24zkia1fmybg4"))))
|
||||
(base32 "1lnmkppw6scgdd3qd45jfvnrxx5bsa4b37z212aq6ss7xxjlv8wh"))))
|
||||
(properties `((upstream-name . "secretbase")))
|
||||
(build-system r-build-system)
|
||||
(home-page "https://shikokuchuo.net/secretbase/")
|
||||
|
|
Loading…
Reference in a new issue