guix-commits
[Top][All Lists]
Advanced

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

25/27: gnu: r-rmpfr: Update to 0.7-2.


From: guix-commits
Subject: 25/27: gnu: r-rmpfr: Update to 0.7-2.
Date: Mon, 28 Jan 2019 10:27:46 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit df00ca25bc07752f8be960e188596ea0619ac91f
Author: Ricardo Wurmus <address@hidden>
Date:   Mon Jan 28 16:21:10 2019 +0100

    gnu: r-rmpfr: Update to 0.7-2.
    
    * gnu/packages/cran.scm (r-rmpfr): Update to 0.7-2.
---
 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 d76f4f7..f6f4a08 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -9587,14 +9587,14 @@ limitations\" using the GNU Multiple Precision 
library.")
 (define-public r-rmpfr
   (package
     (name "r-rmpfr")
-    (version "0.7-1")
+    (version "0.7-2")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "Rmpfr" version))
        (sha256
         (base32
-         "0172px5ryi7i0gyyin9z2bzif8vnj292gk0s1w5p3c12g9hj2c4v"))))
+         "1zq3as34r27v2yc729731997wdhxb6cs5ilmak4nmsljabnac7gc"))))
     (properties `((upstream-name . "Rmpfr")))
     (build-system r-build-system)
     (inputs



reply via email to

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