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

* gnu/packages/cran.scm (r-rmpfr): Update to 0.8-7.
This commit is contained in:
Ricardo Wurmus 2021-11-23 15:23:21 +01:00
parent b06329d5fc
commit 252066b471
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -13966,14 +13966,14 @@ (define-public r-gmp
(define-public r-rmpfr
(package
(name "r-rmpfr")
(version "0.8-5")
(version "0.8-7")
(source
(origin
(method url-fetch)
(uri (cran-uri "Rmpfr" version))
(sha256
(base32
"1a37zaahcyccb5kgad98z4dh9n75vffmiziv4al8axvihxqs5hjn"))))
"1ljpbxvm4agbxnab5dfffbpw5k964hy3gw57dzydq1gpbxwdphlk"))))
(properties `((upstream-name . "Rmpfr")))
(build-system r-build-system)
(inputs