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

* gnu/packages/cran.scm (r-rmpfr): Update to 0.8-4.
This commit is contained in:
Ricardo Wurmus 2021-05-04 07:13:11 +02:00
parent 81e81183a6
commit 2ac230527b
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -12861,14 +12861,14 @@ (define-public r-gmp
(define-public r-rmpfr
(package
(name "r-rmpfr")
(version "0.8-3")
(version "0.8-4")
(source
(origin
(method url-fetch)
(uri (cran-uri "Rmpfr" version))
(sha256
(base32
"1m9wwwch9wg886147brr2zfih65yfdfs3vmfvim1w6jykycasc9a"))))
"0xaqbgkpnjg53zcp56c59cz5dh3jvvwqnzvyxqzy77c6yvkwy3hx"))))
(properties `((upstream-name . "Rmpfr")))
(build-system r-build-system)
(inputs