Archived
1
0
Fork 0

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

* gnu/packages/cran.scm (r-rmpfr): Update to 0.8-2.
This commit is contained in:
Ricardo Wurmus 2020-12-09 21:58:49 +01:00
parent 68b720ec4a
commit 319a408e08
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -11784,14 +11784,14 @@ limitations\" using the GNU Multiple Precision library.")
(define-public r-rmpfr
(package
(name "r-rmpfr")
(version "0.8-1")
(version "0.8-2")
(source
(origin
(method url-fetch)
(uri (cran-uri "Rmpfr" version))
(sha256
(base32
"09kw7hyca8xc09r2d88qj81cclar8acaq5q9q5rw9f49iffda0rr"))))
"007pc7fpzl2mcg3qxa2vfjip6m2dr314qjsnybkj3kdj70bszxkl"))))
(properties `((upstream-name . "Rmpfr")))
(build-system r-build-system)
(inputs