1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-19 23:55:54 +02:00

gnu: r-cubature: Update to 2.1.1.

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

Change-Id: Icd84bc1fd16f314e93ae29bfb82159bba45d6b31
This commit is contained in:
Ricardo Wurmus
2024-08-16 18:33:51 +02:00
parent 8836659168
commit ff0612ee9a
+2 -2
View File
@@ -12326,14 +12326,14 @@ applied econometric analysis.")
(define-public r-cubature
(package
(name "r-cubature")
(version "2.1.0")
(version "2.1.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "cubature" version))
(sha256
(base32
"0r9n4xpm3ssjn3vywzlgh3naynzp1cxvjsd0pvah04k115b7i0jx"))))
"1156gv8ca3k034f34h50g0a4dg65dpv9d676i7h11rpl6gkj0wmk"))))
(build-system r-build-system)
(propagated-inputs
(list r-rcpp))