diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2022-06-13 14:21:53 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2022-06-13 15:24:27 +0200 |
commit | 313c4234a0801dd02367daffcecf7817fc72d870 (patch) | |
tree | 0658b0695887c6eae76e8dbf69b79bb008e90bf6 | |
parent | cac7de2fc520c0149fc3b32988dc0ecdff82dca7 (diff) | |
download | guix-313c4234a0801dd02367daffcecf7817fc72d870.tar.gz |
gnu: r-rmpfr: Update to 0.8-9.
* gnu/packages/cran.scm (r-rmpfr): Update to 0.8-9.
-rw-r--r-- | gnu/packages/cran.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index a4d4d55f82..99a29de0fb 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -14937,14 +14937,14 @@ limitations\" using the GNU Multiple Precision library.") (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 |