me
/
guix
Archived
1
0
Fork 0

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

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

Change-Id: I8f31a58c57203f5c477093248e540d21075356da
master
Ricardo Wurmus 2024-01-17 23:09:48 +01:00
parent 7bf376a675
commit b7e163befb
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -20021,14 +20021,14 @@ preparing, executing, and processing HTTP requests.")
(define-public r-gmp
(package
(name "r-gmp")
(version "0.7-3")
(version "0.7-4")
(source
(origin
(method url-fetch)
(uri (cran-uri "gmp" version))
(sha256
(base32
"0rf6da41y54znslwkxagdfzmwji7zh131s55rwfxc6pqpdzhyvb0"))))
"069r0m0jwhwaknnd1vmp3pxcbxrnfgsbhw2ivc8rqqfjfw7v9mm7"))))
(properties
'((updater-extra-inputs . ("gmp"))))
(build-system r-build-system)