me
/
guix
Archived
1
0
Fork 0

gnu: r-cubature: Update to 1.4.

* gnu/packages/cran.scm (r-cubature): Update to 1.4.
master
Tobias Geerinckx-Rice 2018-06-14 20:53:06 +02:00
parent abde01f27d
commit 752ff6e9aa
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

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