gnu: r-secretbase: Update to 0.3.0.1.
* gnu/packages/cran.scm (r-secretbase): Update to 0.3.0.1. Change-Id: Id9ce065d84105f1e0e45d3c8938cdc3e9b2a98d3
This commit is contained in:
parent
ff90043a6b
commit
fd5b1b5514
1 changed files with 2 additions and 2 deletions
|
@ -3972,13 +3972,13 @@ scraping tasks, inspired by libraries like @code{BeautifulSoup}.")
|
|||
(define-public r-secretbase
|
||||
(package
|
||||
(name "r-secretbase")
|
||||
(version "0.3.0")
|
||||
(version "0.3.0.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "secretbase" version))
|
||||
(sha256
|
||||
(base32 "1wgbk16by9w933cff5ybb2sa0ndgj3sv9ahr2r1843vgqiyvx2xi"))))
|
||||
(base32 "0mhfkkl35g10lgz4llm017f2jbgp7vmgi0g301r4agx1iqj5g51w"))))
|
||||
(properties `((upstream-name . "secretbase")))
|
||||
(build-system r-build-system)
|
||||
(home-page "https://shikokuchuo.net/secretbase/")
|
||||
|
|
Reference in a new issue