gnu: r-rmpfr: Update to 0.9-3.

* gnu/packages/cran.scm (r-rmpfr): Update to 0.9-3.
This commit is contained in:
Ricardo Wurmus 2023-08-28 14:19:35 +02:00
parent 901453b6f8
commit 507dd45457
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC

View File

@ -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