gnu: r-cpp11: Update to 0.4.4.

* gnu/packages/cran.scm (r-cpp11): Update to 0.4.4.
This commit is contained in:
Ricardo Wurmus 2023-07-11 15:35:29 +02:00
parent 4ed654c934
commit e3fd0a9bcb
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -32916,14 +32916,14 @@ for linear mixed models (AIREML).")
(define-public r-cpp11
(package
(name "r-cpp11")
(version "0.4.3")
(version "0.4.4")
(source
(origin
(method url-fetch)
(uri (cran-uri "cpp11" version))
(sha256
(base32
"1wcq4lq7xa62xn6zsg6r8nf6vdlvnlwxgfqndb7vnvd8f54hx9pi"))))
"10c6i5daw3xy4w0f1pjc09x5iykv0fjdp2a33qjl0yrivmmdamkj"))))
(properties `((upstream-name . "cpp11")))
(build-system r-build-system)
(native-inputs (list r-knitr))