guix-commits
[Top][All Lists]
Advanced

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

49/116: gnu: r-rmpfr: Update to 0.8-7.


From: guix-commits
Subject: 49/116: gnu: r-rmpfr: Update to 0.8-7.
Date: Wed, 24 Nov 2021 06:16:43 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 252066b471d2cd8999ca47401a09a684a02e0ce7
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Nov 23 15:23:21 2021 +0100

    gnu: r-rmpfr: Update to 0.8-7.
    
    * gnu/packages/cran.scm (r-rmpfr): Update to 0.8-7.
---
 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 1e7fb58..8f89e78 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -13966,14 +13966,14 @@ limitations\" using the GNU Multiple Precision 
library.")
 (define-public r-rmpfr
   (package
     (name "r-rmpfr")
-    (version "0.8-5")
+    (version "0.8-7")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "Rmpfr" version))
        (sha256
         (base32
-         "1a37zaahcyccb5kgad98z4dh9n75vffmiziv4al8axvihxqs5hjn"))))
+         "1ljpbxvm4agbxnab5dfffbpw5k964hy3gw57dzydq1gpbxwdphlk"))))
     (properties `((upstream-name . "Rmpfr")))
     (build-system r-build-system)
     (inputs



reply via email to

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