gnu: r-rmpfr: Update to 0.9-2.
* gnu/packages/cran.scm (r-rmpfr): Update to 0.9-2.master
parent
f290020027
commit
7e0db06005
|
@ -18245,14 +18245,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.9-1")
|
(version "0.9-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
|
||||||
"0m4x4mndyvm374h2mnb3zs8hlbzafpzfqjpypr91h886dfs1vbyv"))))
|
"0phpyw7zawz517ffrk8lj73v17zd2vmjidydhw690w5rycrdlqzd"))))
|
||||||
(properties `((upstream-name . "Rmpfr")))
|
(properties `((upstream-name . "Rmpfr")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
|
|
Reference in New Issue