gnu: r-cubature: Update to 2.0.3.

* gnu/packages/cran.scm (r-cubature): Update to 2.0.3.
master
Ricardo Wurmus 2019-01-12 16:50:22 +01:00
parent 7abb15f2bb
commit 5f1f11049f
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -3996,14 +3996,14 @@ applied econometric analysis.")
(define-public r-cubature
(package
(name "r-cubature")
(version "1.4-1")
(version "2.0.3")
(source
(origin
(method url-fetch)
(uri (cran-uri "cubature" version))
(sha256
(base32
"10jl5l3xnigiq95829ssq69xbim97k851187dghc30awszcx4clh"))))
"0wvs80i4axj7pdcy9gjl08qzjbcjkldha94xy4gdxc34vgmh7gvr"))))
(build-system r-build-system)
(propagated-inputs
`(("r-rcpp" ,r-rcpp)))