me
/
guix
Archived
1
0
Fork 0

gnu: r-systemfonts: Update to 1.0.1.

* gnu/packages/cran.scm (r-systemfonts): Update to 1.0.1.
master
Ricardo Wurmus 2021-02-10 21:39:48 +01:00
parent 8f8a1485b8
commit eb21f330b9
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -17632,14 +17632,14 @@ both R code and compiled C/C++/FORTRAN code.")
(define-public r-systemfonts
(package
(name "r-systemfonts")
(version "0.3.2")
(version "1.0.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "systemfonts" version))
(sha256
(base32
"12hdvv66kkd3b4rs82blc3c4ifz2dw1048sqpkbz6vkk1zqpc53x"))))
"15x7qx8iigkybgz6b6s66i3mh75vgynzpd50nw05wflfwzcv87a0"))))
(properties `((upstream-name . "systemfonts")))
(build-system r-build-system)
(propagated-inputs