gnu: r-cubature: Update to 1.3-13.

* gnu/packages/cran.scm (r-cubature): Update to 1.3-13.
This commit is contained in:
Ricardo Wurmus 2018-06-13 15:00:30 +02:00
parent 8d2f8aeddf
commit 014818b691
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -3044,14 +3044,14 @@ applied econometric analysis.")
(define-public r-cubature (define-public r-cubature
(package (package
(name "r-cubature") (name "r-cubature")
(version "1.3-11") (version "1.3-13")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "cubature" version)) (uri (cran-uri "cubature" version))
(sha256 (sha256
(base32 (base32
"06f6gsvbb732p80r6hxvzh4ik546icxfvx21dyh65ypmw3kgm64k")))) "1aq0viv2d21v7iyln73973a4h113nlv8bi007qkw6z0hijzg6gz3"))))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
`(("r-rcpp" ,r-rcpp))) `(("r-rcpp" ,r-rcpp)))