mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: r-gmp: Update to 0.5-13.4.
* gnu/packages/cran.scm (r-gmp): Update to 0.5-13.4.
This commit is contained in:
parent
7706a98cda
commit
8a05d17037
1 changed files with 2 additions and 2 deletions
|
@ -9684,14 +9684,14 @@ (define-public r-bigrquery
|
|||
(define-public r-gmp
|
||||
(package
|
||||
(name "r-gmp")
|
||||
(version "0.5-13.2")
|
||||
(version "0.5-13.4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "gmp" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1xd6jjra4niqv1kps91y348lwgvy73p2faxaia4gfzdnrpw7wsxf"))))
|
||||
"15jifzwbzqcnq2apzvsylkx4k9lillkgblm4wf4wb7y31ys0amph"))))
|
||||
(build-system r-build-system)
|
||||
(arguments
|
||||
'(#:phases
|
||||
|
|
Loading…
Reference in a new issue