1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-13 18:40:57 +02:00

gnu: r-cubature: Update to 2.1.3.

* gnu/packages/cran.scm (r-cubature): Update to 2.1.3.

Change-Id: I69abb184eae6ecfab27d697a19a48845ed316e76
This commit is contained in:
Ricardo Wurmus 2025-05-22 08:12:20 +02:00
parent e548fe3d05
commit ce09b79a04
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -21416,14 +21416,14 @@ applied econometric analysis.")
(define-public r-cubature (define-public r-cubature
(package (package
(name "r-cubature") (name "r-cubature")
(version "2.1.2") (version "2.1.3")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "cubature" version)) (uri (cran-uri "cubature" version))
(sha256 (sha256
(base32 (base32
"05i003v7rny57fjxzygzz2hv0n5h85cqdyl33rl8fkn5k713fcml")))) "1vpiiw40kxmm0s8qfz3582f77wjzknipykx9rpmqv4p2mjcghaz6"))))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
(list r-rcpp)) (list r-rcpp))