guix-commits
[Top][All Lists]
Advanced

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

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


From: guix-commits
Subject: 49/115: gnu: r-rmpfr: Update to 0.8-7.
Date: Tue, 23 Nov 2021 10:26:49 -0500 (EST)

rekado pushed a commit to branch r-updates
in repository guix.

commit c00999ccafe912df067b6f601a5b8edb1205a723
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]