gnu: r-ecp: Update to 3.1.6.

* gnu/packages/cran.scm (r-ecp): Update to 3.1.6.

Change-Id: I287299cf412da7468eeb121f3edec3835ef0a43d
This commit is contained in:
Ricardo Wurmus 2024-08-27 22:31:54 +02:00
parent 1ee12c3c6b
commit 7e2eb7fb9d
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -3761,13 +3761,13 @@ conventions.")
(define-public r-ecp (define-public r-ecp
(package (package
(name "r-ecp") (name "r-ecp")
(version "3.1.5") (version "3.1.6")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "ecp" version)) (uri (cran-uri "ecp" version))
(sha256 (sha256
(base32 (base32
"17m2m3nz7kqzjw2bkkp6c1a3zhwjq2c5mw9pk5g0ma274iiqj8wy")))) "1imahvby3nj1b5d1x7hq6gkfg0fyyd27ghls0v35456imy1fmhz5"))))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
(list r-rcpp)) (list r-rcpp))