me
/
guix
Archived
1
0
Fork 0

gnu: r-systemfonts: Update to 1.1.0.

* gnu/packages/cran.scm (r-systemfonts): Update to 1.1.0.
[propagated-inputs]: Add r-lifecycle.

Change-Id: Ib5852c4c02a7757ce5f3ae66d56fa10e65716a2f
master
Ricardo Wurmus 2024-07-02 14:58:45 +02:00
parent 43412eb10c
commit d34b72d541
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 3 additions and 3 deletions

View File

@ -28140,18 +28140,18 @@ both R code and compiled C/C++/FORTRAN code.")
(define-public r-systemfonts
(package
(name "r-systemfonts")
(version "1.0.6")
(version "1.1.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "systemfonts" version))
(sha256
(base32
"1mqxb2njfnk5rfwkqc940xbpwd3dh25zac4sapv5mjyddrxnwn6i"))))
"0i5n7zhpmllgmz7064s3v85ycsvkrd9qr8r6q172h803sadhch8r"))))
(properties `((upstream-name . "systemfonts")))
(build-system r-build-system)
(propagated-inputs
(list r-cpp11))
(list r-cpp11 r-lifecycle))
(inputs
(list fontconfig freetype zlib))
(native-inputs