gnu: r-gmp: Update to 0.7-5.

* gnu/packages/cran.scm (r-gmp): Update to 0.7-5.

Change-Id: I874e46d94cfb9ec9c0d9a12a17dd70e488a91b2b
This commit is contained in:
Ricardo Wurmus 2024-08-25 23:17:15 +02:00
parent 9b5f3cc36d
commit f5986798fb
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -21300,14 +21300,14 @@ (define-public r-bigrquery
(define-public r-gmp
(package
(name "r-gmp")
(version "0.7-4")
(version "0.7-5")
(source
(origin
(method url-fetch)
(uri (cran-uri "gmp" version))
(sha256
(base32
"069r0m0jwhwaknnd1vmp3pxcbxrnfgsbhw2ivc8rqqfjfw7v9mm7"))))
"0y6f2fdpydjcf1iz75xnjln3gzwpc1njls0n9y923naczfdazkgm"))))
(properties
'((updater-extra-inputs . ("gmp"))))
(build-system r-build-system)