me
/
guix
Archived
1
0
Fork 0

gnu: r-bwstest: Update to 0.2.3.

* gnu/packages/cran.scm (r-bwstest): Update to 0.2.3.

Change-Id: I4ecafaa0fb68e36df5419276781ac2690337a383
Ricardo Wurmus 2023-10-25 16:57:34 +02:00
parent 04cef141c4
commit b6d07b7475
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -1598,13 +1598,13 @@ larger than memory.")
(define-public r-bwstest
(package
(name "r-bwstest")
(version "0.2.2")
(version "0.2.3")
(source
(origin
(method url-fetch)
(uri (cran-uri "BWStest" version))
(sha256
(base32 "02amzlfprmw5pyis0dg0kg0x8xqh50a4vfdcxxmklrzik3b1vzzs"))))
(base32 "1chlszmshda84000jj4q5j2swflj512vfj3h97361aphzhkwri2b"))))
(properties `((upstream-name . "BWStest")))
(build-system r-build-system)
(propagated-inputs (list r-memoise r-rcpp))