guix-commits
[Top][All Lists]
Advanced

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

18/40: gnu: r-rmpfr: Update to 0.9-5.


From: guix-commits
Subject: 18/40: gnu: r-rmpfr: Update to 0.9-5.
Date: Tue, 23 Jan 2024 07:43:34 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 495372ea1fb0ead830828a0958534a6fbe58dcd3
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Jan 23 08:26:12 2024 +0100

    gnu: r-rmpfr: Update to 0.9-5.
    
    * gnu/packages/cran.scm (r-rmpfr): Update to 0.9-5.
    
    Change-Id: I32ba06d98406989aca7129f9f647e836e06663f8
---
 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 466a7400ce..e4cd7a3645 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -20143,14 +20143,14 @@ limitations\" using the GNU Multiple Precision 
library.")
 (define-public r-rmpfr
   (package
     (name "r-rmpfr")
-    (version "0.9-4")
+    (version "0.9-5")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "Rmpfr" version))
        (sha256
         (base32
-         "1fx8l42bbipzlaaljp7iwdkgbmb0rcw07vh4py8fycb3dvs9iiyf"))))
+         "06zkllbdaddq3jq03k926gfjcijvcysfrqhh76hjklzwkrra5sdw"))))
     (properties `((upstream-name . "Rmpfr")))
     (build-system r-build-system)
     (inputs



reply via email to

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