gnu: r-rmpfr: Update to 0.8-7.
* gnu/packages/cran.scm (r-rmpfr): Update to 0.8-7.master
parent
b06329d5fc
commit
252066b471
|
@ -13966,14 +13966,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-5")
|
(version "0.8-7")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "Rmpfr" version))
|
(uri (cran-uri "Rmpfr" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1a37zaahcyccb5kgad98z4dh9n75vffmiziv4al8axvihxqs5hjn"))))
|
"1ljpbxvm4agbxnab5dfffbpw5k964hy3gw57dzydq1gpbxwdphlk"))))
|
||||||
(properties `((upstream-name . "Rmpfr")))
|
(properties `((upstream-name . "Rmpfr")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
|
|
Reference in New Issue