mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: r-cubature: Update to 2.0.4.5.
* gnu/packages/cran.scm (r-cubature): Update to 2.0.4.5.
This commit is contained in:
parent
57df402147
commit
ff9b9f6001
1 changed files with 2 additions and 2 deletions
|
@ -7954,14 +7954,14 @@ (define-public r-urca
|
|||
(define-public r-cubature
|
||||
(package
|
||||
(name "r-cubature")
|
||||
(version "2.0.4.4")
|
||||
(version "2.0.4.5")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "cubature" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0sfmcy5xpa40w3qn0jbg7b802wksl5k8glz9jpx77n159wn3nyq8"))))
|
||||
"08whkhvn218089r930spn97m91vv1njgh2amksia8l3rbf7127x8"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-rcpp))
|
||||
|
|
Loading…
Reference in a new issue