guix-commits
[Top][All Lists]
Advanced

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

33/86: gnu: r-rmpfr: Update to 0.8-3.


From: guix-commits
Subject: 33/86: gnu: r-rmpfr: Update to 0.8-3.
Date: Wed, 7 Apr 2021 21:21:55 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit dd3b0dd9b8cfd78506eb860ddceaf21370ebe4a9
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Apr 8 02:25:55 2021 +0200

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



reply via email to

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