guix-commits
[Top][All Lists]
Advanced

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

53/125: gnu: r-rmpfr: Update to 0.8-4.


From: guix-commits
Subject: 53/125: gnu: r-rmpfr: Update to 0.8-4.
Date: Tue, 4 May 2021 01:33:22 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 2ac230527b9860be67fb1a2d0763cbd264d65004
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue May 4 07:13:11 2021 +0200

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



reply via email to

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