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

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

Change-Id: I32ba06d98406989aca7129f9f647e836e06663f8
This commit is contained in:
Ricardo Wurmus 2024-01-23 08:26:12 +01:00
parent da3bd82788
commit 495372ea1f
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

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