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

* gnu/packages/cran.scm (r-rmpfr): Update to 0.9-4.

Change-Id: I4dffb5176c67cf8f7fa830343a94c58ef67a2cfb
This commit is contained in:
Ricardo Wurmus 2023-12-15 12:16:57 +01:00
parent 95782bb8f8
commit 845497e8f5
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -19894,14 +19894,14 @@ (define-public r-gmp
(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