rekado pushed a commit to branch master
in repository guix.
commit 53bf76c574960659016f792c5f8c71b07fb1962f
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Thu Jun 11 15:12:30 2020 +0200
gnu: r-systemfonts: Update to 0.2.3.
* gnu/packages/cran.scm (r-systemfonts): Update to 0.2.3.
---
gnu/packages/cran.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 6557c43..983504f 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -16116,14 +16116,14 @@ both R code and compiled C/C++/FORTRAN code.")
(define-public r-systemfonts
(package
(name "r-systemfonts")
- (version "0.2.1")
+ (version "0.2.3")
(source
(origin
(method url-fetch)
(uri (cran-uri "systemfonts" version))
(sha256
(base32
- "0dna00xai0pw76b4830yy4r5j1hq7f7kla67v0iz39cjm4rq4ygq"))))
+ "0wf62mfam5zlrck0wrdbyi4hi7pn5j0739rihgp8sj2cjypm2lnb"))))
(properties `((upstream-name . "systemfonts")))
(build-system r-build-system)
(inputs