1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-25 02:21:49 +02:00

gnu: r-gmp: Update to 0.6-8.

* gnu/packages/cran.scm (r-gmp): Update to 0.6-8.
This commit is contained in:
Ricardo Wurmus
2022-11-29 15:22:14 +01:00
parent 3d42489d3b
commit c146ba2028
+2 -2
View File
@@ -16144,14 +16144,14 @@ preparing, executing, and processing HTTP requests.")
(define-public r-gmp
(package
(name "r-gmp")
(version "0.6-7")
(version "0.6-8")
(source
(origin
(method url-fetch)
(uri (cran-uri "gmp" version))
(sha256
(base32
"119z6q3xca1ysdpjfmq3crplj355vlwggxvqh2gs4yi63xlzwcv3"))))
"0fba80f28fcb2w2spiy6wg7dr5cz7w6gf9z3yrkc6p60zbxdaccf"))))
(build-system r-build-system)
(arguments
'(#:phases