me
/
guix
Archived
1
0
Fork 0

gnu: r-cubature: Update to 2.0.4.6.

* gnu/packages/cran.scm (r-cubature): Update to 2.0.4.6.
master
Ricardo Wurmus 2023-02-18 16:08:22 +01:00
parent d99a717afe
commit e08f0541b8
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -8931,14 +8931,14 @@ applied econometric analysis.")
(define-public r-cubature
(package
(name "r-cubature")
(version "2.0.4.5")
(version "2.0.4.6")
(source
(origin
(method url-fetch)
(uri (cran-uri "cubature" version))
(sha256
(base32
"08whkhvn218089r930spn97m91vv1njgh2amksia8l3rbf7127x8"))))
"0nprx74mcsw4zz89gc3c53nw2iyyqalfyh7xfda83xlvpv19s31k"))))
(build-system r-build-system)
(propagated-inputs
(list r-rcpp))