gnu: r-rmpfr: Update to 0.9-1.
* gnu/packages/cran.scm (r-rmpfr): Update to 0.9-1.
This commit is contained in:
parent
5f409bec79
commit
4ecae23db3
1 changed files with 2 additions and 2 deletions
|
@ -17041,14 +17041,14 @@ (define-public r-gmp
|
|||
(define-public r-rmpfr
|
||||
(package
|
||||
(name "r-rmpfr")
|
||||
(version "0.8-9")
|
||||
(version "0.9-1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "Rmpfr" version))
|
||||
(sha256
|
||||
(base32
|
||||
"12mwvgyalzh4zf5d002fm1hpr3wwhiypy9ia6wy47ij9gns5mvng"))))
|
||||
"0m4x4mndyvm374h2mnb3zs8hlbzafpzfqjpypr91h886dfs1vbyv"))))
|
||||
(properties `((upstream-name . "Rmpfr")))
|
||||
(build-system r-build-system)
|
||||
(inputs
|
||||
|
|
Loading…
Reference in a new issue