me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/cran.scm (r-rmpfr): Update to 0.9-1.
master
Ricardo Wurmus 2023-02-18 16:08:35 +01:00
parent 5f409bec79
commit 4ecae23db3
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -17041,14 +17041,14 @@ limitations\" using the GNU Multiple Precision library.")
(define-public r-rmpfr
(package
(name "r-rmpfr")
(version "0.8-9")
(version "0.9-1")
(source
(origin
(method url-fetch)
(uri (cran-uri "Rmpfr" version))
(sha256
(base32
"12mwvgyalzh4zf5d002fm1hpr3wwhiypy9ia6wy47ij9gns5mvng"))))
"0m4x4mndyvm374h2mnb3zs8hlbzafpzfqjpypr91h886dfs1vbyv"))))
(properties `((upstream-name . "Rmpfr")))
(build-system r-build-system)
(inputs