guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

21/51: gnu: r-rmpfr: Update to 0.8-9.


From: guix-commits
Subject: 21/51: gnu: r-rmpfr: Update to 0.8-9.
Date: Mon, 13 Jun 2022 09:26:35 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 313c4234a0801dd02367daffcecf7817fc72d870
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Jun 13 14:21:53 2022 +0200

    gnu: r-rmpfr: Update to 0.8-9.
    
    * gnu/packages/cran.scm (r-rmpfr): Update to 0.8-9.
---
 gnu/packages/cran.scm | 4 ++--
 1 file 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]