me
/
guix
Archived
1
0
Fork 0

gnu: r-secretbase: Update to 1.0.0.

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

Change-Id: I9d38114466969a7c5de89d0707b7320ad43c33f3
master
Ricardo Wurmus 2024-07-02 14:57:29 +02:00
parent c5d0bc61ec
commit a65d6c1158
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -4386,13 +4386,13 @@ scraping tasks, inspired by libraries like @code{BeautifulSoup}.")
(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/")