me
/
guix
Archived
1
0
Fork 0

gnu: r-cubature: Update to 2.0.4.4.

* gnu/packages/cran.scm (r-cubature): Update to 2.0.4.4.
master
Ricardo Wurmus 2022-04-11 18:01:08 +02:00
parent 2321ee0911
commit c5979221ff
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -7183,14 +7183,14 @@ applied econometric analysis.")
(define-public r-cubature
(package
(name "r-cubature")
(version "2.0.4.2")
(version "2.0.4.4")
(source
(origin
(method url-fetch)
(uri (cran-uri "cubature" version))
(sha256
(base32
"0kk9lw3s66h0sayza3in8rdj7bmgqn4v5lfckhslarpvj2fxsnv0"))))
"0sfmcy5xpa40w3qn0jbg7b802wksl5k8glz9jpx77n159wn3nyq8"))))
(build-system r-build-system)
(propagated-inputs
(list r-rcpp))