1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-14 00:50:35 +02:00

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

View File

@@ -20143,14 +20143,14 @@ limitations\" using the GNU Multiple Precision library.")
(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