guix-commits
[Top][All Lists]
Advanced

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

107/201: gnu: r-rmpfr: Update to 0.9-4.


From: guix-commits
Subject: 107/201: gnu: r-rmpfr: Update to 0.9-4.
Date: Fri, 15 Dec 2023 10:14:55 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 845497e8f50c7f572d9ea432f1959cc8515d0b88
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Dec 15 12:16:57 2023 +0100

    gnu: r-rmpfr: Update to 0.9-4.
    
    * gnu/packages/cran.scm (r-rmpfr): Update to 0.9-4.
    
    Change-Id: I4dffb5176c67cf8f7fa830343a94c58ef67a2cfb
---
 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 99ae0f0c96..4956d1e6e9 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -19894,14 +19894,14 @@ limitations\" using the GNU Multiple Precision 
library.")
 (define-public r-rmpfr
   (package
     (name "r-rmpfr")
-    (version "0.9-3")
+    (version "0.9-4")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "Rmpfr" version))
        (sha256
         (base32
-         "0hgn1ib581s0q5slscakhy858yrqlx8w5gnrn2zgga98iv4vv3c2"))))
+         "1fx8l42bbipzlaaljp7iwdkgbmb0rcw07vh4py8fycb3dvs9iiyf"))))
     (properties `((upstream-name . "Rmpfr")))
     (build-system r-build-system)
     (inputs



reply via email to

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