me
/
guix
Archived
1
0
Fork 0

gnu: r-ragg: Update to 1.1.1.

* gnu/packages/cran.scm (r-ragg): Update to 1.1.1.
master
Ricardo Wurmus 2021-03-09 21:41:48 +01:00
parent 6c714c19f8
commit 31c9810b7e
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -27184,14 +27184,14 @@ the font tool-set provided by the @code{systemfonts} package.")
(define-public r-ragg
(package
(name "r-ragg")
(version "0.4.1")
(version "1.1.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "ragg" version))
(sha256
(base32
"0443dhfi7bjfpap041vrnslw3ql3vpsxx18raz2w9nfdb7id8lsc"))))
"0nh1xxrxgdbq9anzkc6k3n519czp9hqyiizakm3m2gl4l4w0vp0q"))))
(properties `((upstream-name . "ragg")))
(build-system r-build-system)
(inputs