gnu: r-rmpfr: Update to 0.8-3.
* gnu/packages/cran.scm (r-rmpfr): Update to 0.8-3.master
parent
1efeb891ad
commit
dd3b0dd9b8
|
@ -12710,14 +12710,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.8-2")
|
(version "0.8-3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "Rmpfr" version))
|
(uri (cran-uri "Rmpfr" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"007pc7fpzl2mcg3qxa2vfjip6m2dr314qjsnybkj3kdj70bszxkl"))))
|
"1m9wwwch9wg886147brr2zfih65yfdfs3vmfvim1w6jykycasc9a"))))
|
||||||
(properties `((upstream-name . "Rmpfr")))
|
(properties `((upstream-name . "Rmpfr")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
|
|
Reference in New Issue