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

* gnu/packages/cran.scm (r-gmp): Update to 0.6-1.
This commit is contained in:
Ricardo Wurmus 2020-10-05 22:14:05 +02:00
parent 876a326a0f
commit 79f1b40303
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -11438,14 +11438,14 @@ (define-public r-bigrquery
(define-public r-gmp
(package
(name "r-gmp")
(version "0.6-0")
(version "0.6-1")
(source
(origin
(method url-fetch)
(uri (cran-uri "gmp" version))
(sha256
(base32
"1c9vpr6j6h5f6dm9l535nscl66rvr8sba5az2kswjhmzwb9xpjxc"))))
"11rl7qmfrpp1974f0vzsi3zjyx147wlb82ydxak2b60khfvhrn90"))))
(build-system r-build-system)
(arguments
'(#:phases