me
/
guix
Archived
1
0
Fork 0

gnu: r-rncl: Update to 0.8.7.

* gnu/packages/cran.scm (r-rncl): Update to 0.8.7.
master
Ricardo Wurmus 2023-01-09 22:19:49 +01:00
parent b24219443d
commit 8b7de31e7a
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -16165,13 +16165,13 @@ Touzet and Varre (2007).")
(define-public r-rncl
(package
(name "r-rncl")
(version "0.8.6")
(version "0.8.7")
(source (origin
(method url-fetch)
(uri (cran-uri "rncl" version))
(sha256
(base32
"1ywgwqn82z8h6zpcxxq4hgngdpfa6dj0lr7bfq4cwfml9z075jgw"))))
"0flrqz7pansy11ds23qv06bcmh6vxqljq0517v6292ibbx7nx1qx"))))
(build-system r-build-system)
(propagated-inputs
(list r-progress r-rcpp))