me
/
guix
Archived
1
0
Fork 0

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

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

Change-Id: I4dffb5176c67cf8f7fa830343a94c58ef67a2cfb
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
1 changed files with 2 additions and 2 deletions

View File

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