me
/
guix
Archived
1
0
Fork 0

gnu: r-rmpfr: Update to 0.8-9.

* gnu/packages/cran.scm (r-rmpfr): Update to 0.8-9.
Ricardo Wurmus 2022-06-13 14:21:53 +02:00
parent cac7de2fc5
commit 313c4234a0
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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