gnu: r-rmpfr: Update to 0.7-2.
* gnu/packages/cran.scm (r-rmpfr): Update to 0.7-2.
This commit is contained in:
parent
61cb2e3133
commit
df00ca25bc
|
@ -9587,14 +9587,14 @@ limitations\" using the GNU Multiple Precision library.")
|
||||||
(define-public r-rmpfr
|
(define-public r-rmpfr
|
||||||
(package
|
(package
|
||||||
(name "r-rmpfr")
|
(name "r-rmpfr")
|
||||||
(version "0.7-1")
|
(version "0.7-2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "Rmpfr" version))
|
(uri (cran-uri "Rmpfr" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0172px5ryi7i0gyyin9z2bzif8vnj292gk0s1w5p3c12g9hj2c4v"))))
|
"1zq3as34r27v2yc729731997wdhxb6cs5ilmak4nmsljabnac7gc"))))
|
||||||
(properties `((upstream-name . "Rmpfr")))
|
(properties `((upstream-name . "Rmpfr")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
|
|
Loading…
Reference in New Issue