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

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

Change-Id: Id1383d2c8762e4fe3d3bfaf739ead2e50002e5b8
This commit is contained in:
Ricardo Wurmus 2023-12-15 12:16:57 +01:00
parent 12e19abec5
commit 95782bb8f8
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -19870,14 +19870,14 @@ (define-public r-bigrquery
(define-public r-gmp
(package
(name "r-gmp")
(version "0.7-2")
(version "0.7-3")
(source
(origin
(method url-fetch)
(uri (cran-uri "gmp" version))
(sha256
(base32
"12rd0j3sawzipfz4xr3ikrxrjabpjp4s3y4ikvk16z8rhjs2i5bw"))))
"0rf6da41y54znslwkxagdfzmwji7zh131s55rwfxc6pqpdzhyvb0"))))
(properties
'((updater-extra-inputs . ("gmp"))))
(build-system r-build-system)