me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/cran.scm (r-gmp): Update to 0.7-1.
master
Ricardo Wurmus 2023-02-18 16:08:34 +01:00
parent 2cec41d221
commit 5f409bec79
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -17014,14 +17014,14 @@ preparing, executing, and processing HTTP requests.")
(define-public r-gmp
(package
(name "r-gmp")
(version "0.6-9")
(version "0.7-1")
(source
(origin
(method url-fetch)
(uri (cran-uri "gmp" version))
(sha256
(base32
"00zh0phr8axva2y2c10nla7n9mgh3wvwvsyyd3y43jpb3xim6lv6"))))
"1djxhc4v874asmrj8qy054779wsq499f5f2wc6vmr40qab33v1x6"))))
(build-system r-build-system)
(arguments
'(#:phases