me
/
guix
Archived
1
0
Fork 0

gnu: r-secretbase: Update to 0.4.0.

* gnu/packages/cran.scm (r-secretbase): Update to 0.4.0.

Change-Id: I60499def8f224bb93944448e0c23186641c2c892
master
Ricardo Wurmus 2024-04-09 18:45:30 +02:00
parent c94de5b451
commit 91d23c1acc
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -3996,13 +3996,13 @@ scraping tasks, inspired by libraries like @code{BeautifulSoup}.")
(define-public r-secretbase
(package
(name "r-secretbase")
(version "0.3.0.1")
(version "0.4.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "secretbase" version))
(sha256
(base32 "0mhfkkl35g10lgz4llm017f2jbgp7vmgi0g301r4agx1iqj5g51w"))))
(base32 "0b05js4vh6pkkiqms2qmipy5pq96q1i5grb951skk0h953cmwf11"))))
(properties `((upstream-name . "secretbase")))
(build-system r-build-system)
(home-page "https://shikokuchuo.net/secretbase/")