guix-commits
[Top][All Lists]
Advanced

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

53/135: gnu: r-rmpfr: Update to 0.8-5.


From: guix-commits
Subject: 53/135: gnu: r-rmpfr: Update to 0.8-5.
Date: Wed, 3 Nov 2021 17:59:53 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 545a2f78a54579e6263b9199162f32e436f51415
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Nov 1 17:52:28 2021 +0000

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



reply via email to

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