guix-commits
[Top][All Lists]
Advanced

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

86/158: gnu: r-rmpfr: Update to 0.9-3.


From: guix-commits
Subject: 86/158: gnu: r-rmpfr: Update to 0.9-3.
Date: Mon, 28 Aug 2023 11:11:39 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 507dd454571724f7452d618670cd793adfdfeff8
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Aug 28 14:19:35 2023 +0200

    gnu: r-rmpfr: Update to 0.9-3.
    
    * gnu/packages/cran.scm (r-rmpfr): Update to 0.9-3.
---
 gnu/packages/cran.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 15871a0b6c..dd235b1585 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -19162,18 +19162,18 @@ limitations\" using the GNU Multiple Precision 
library.")
 (define-public r-rmpfr
   (package
     (name "r-rmpfr")
-    (version "0.9-2")
+    (version "0.9-3")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "Rmpfr" version))
        (sha256
         (base32
-         "0phpyw7zawz517ffrk8lj73v17zd2vmjidydhw690w5rycrdlqzd"))))
+         "0hgn1ib581s0q5slscakhy858yrqlx8w5gnrn2zgga98iv4vv3c2"))))
     (properties `((upstream-name . "Rmpfr")))
     (build-system r-build-system)
     (inputs
-     (list mpfr gmp))
+     (list gmp mpfr))
     (propagated-inputs
      (list r-gmp))
     (native-inputs



reply via email to

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