mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-11 14:26:13 +01:00
gnu: r-cpp11: Update to 0.4.4.
* gnu/packages/cran.scm (r-cpp11): Update to 0.4.4.
This commit is contained in:
parent
4ed654c934
commit
e3fd0a9bcb
1 changed files with 2 additions and 2 deletions
|
@ -32916,14 +32916,14 @@ for linear mixed models (AIREML).")
|
||||||
(define-public r-cpp11
|
(define-public r-cpp11
|
||||||
(package
|
(package
|
||||||
(name "r-cpp11")
|
(name "r-cpp11")
|
||||||
(version "0.4.3")
|
(version "0.4.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "cpp11" version))
|
(uri (cran-uri "cpp11" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1wcq4lq7xa62xn6zsg6r8nf6vdlvnlwxgfqndb7vnvd8f54hx9pi"))))
|
"10c6i5daw3xy4w0f1pjc09x5iykv0fjdp2a33qjl0yrivmmdamkj"))))
|
||||||
(properties `((upstream-name . "cpp11")))
|
(properties `((upstream-name . "cpp11")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(native-inputs (list r-knitr))
|
(native-inputs (list r-knitr))
|
||||||
|
|
Loading…
Add table
Reference in a new issue