me
/
guix
Archived
1
0
Fork 0

gnu: r-gmp: Update to 0.5-13.6.

* gnu/packages/cran.scm (r-gmp): Update to 0.5-13.6.
master
Ricardo Wurmus 2020-01-27 16:28:21 +01:00
parent e99caf8a4c
commit 6378827a71
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -10653,14 +10653,14 @@ preparing, executing, and processing HTTP requests.")
(define-public r-gmp
(package
(name "r-gmp")
(version "0.5-13.5")
(version "0.5-13.6")
(source
(origin
(method url-fetch)
(uri (cran-uri "gmp" version))
(sha256
(base32
"042mzsl6z6s61fy5m21yf9q83l08vnyqljn4iax7kqyiycpsp0gn"))))
"0j2sz2nw41y9306rl1b8hbn0spz7453z5iawcq0bvslyrhc1d9ir"))))
(build-system r-build-system)
(arguments
'(#:phases