mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: r-rmpfr: Update to 0.9-5.
* gnu/packages/cran.scm (r-rmpfr): Update to 0.9-5. Change-Id: I32ba06d98406989aca7129f9f647e836e06663f8
This commit is contained in:
parent
da3bd82788
commit
495372ea1f
1 changed files with 2 additions and 2 deletions
|
@ -20143,14 +20143,14 @@ (define-public r-gmp
|
|||
(define-public r-rmpfr
|
||||
(package
|
||||
(name "r-rmpfr")
|
||||
(version "0.9-4")
|
||||
(version "0.9-5")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "Rmpfr" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1fx8l42bbipzlaaljp7iwdkgbmb0rcw07vh4py8fycb3dvs9iiyf"))))
|
||||
"06zkllbdaddq3jq03k926gfjcijvcysfrqhh76hjklzwkrra5sdw"))))
|
||||
(properties `((upstream-name . "Rmpfr")))
|
||||
(build-system r-build-system)
|
||||
(inputs
|
||||
|
|
Loading…
Reference in a new issue