mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 07:00:32 -05:00
gnu: r-rmpfr: Update to 0.8-9.
* gnu/packages/cran.scm (r-rmpfr): Update to 0.8-9.
This commit is contained in:
parent
cac7de2fc5
commit
313c4234a0
1 changed files with 2 additions and 2 deletions
|
@ -14937,14 +14937,14 @@ (define-public r-gmp
|
|||
(define-public r-rmpfr
|
||||
(package
|
||||
(name "r-rmpfr")
|
||||
(version "0.8-7")
|
||||
(version "0.8-9")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "Rmpfr" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1ljpbxvm4agbxnab5dfffbpw5k964hy3gw57dzydq1gpbxwdphlk"))))
|
||||
"12mwvgyalzh4zf5d002fm1hpr3wwhiypy9ia6wy47ij9gns5mvng"))))
|
||||
(properties `((upstream-name . "Rmpfr")))
|
||||
(build-system r-build-system)
|
||||
(inputs
|
||||
|
|
Loading…
Reference in a new issue