diff options
-rw-r--r-- | gnu/packages/cran.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 9f833919fc..0ff2f402d7 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -27265,14 +27265,14 @@ both R code and compiled C/C++/FORTRAN code.") (define-public r-systemfonts (package (name "r-systemfonts") - (version "1.0.5") + (version "1.0.6") (source (origin (method url-fetch) (uri (cran-uri "systemfonts" version)) (sha256 (base32 - "08sqw5izpwhawcjkcyscvslz914skwfi0s68rdwrqwwkh8fzn3w4")))) + "1mqxb2njfnk5rfwkqc940xbpwd3dh25zac4sapv5mjyddrxnwn6i")))) (properties `((upstream-name . "systemfonts"))) (build-system r-build-system) (propagated-inputs |