me
/
guix
Archived
1
0
Fork 0

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

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

Change-Id: Id1383d2c8762e4fe3d3bfaf739ead2e50002e5b8
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
1 changed files with 2 additions and 2 deletions

View File

@ -19870,14 +19870,14 @@ preparing, executing, and processing HTTP requests.")
(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)