me
/
guix
Archived
1
0
Fork 0

gnu: r-ragg: Update to 1.1.2.

* gnu/packages/cran.scm (r-ragg): Update to 1.1.2.
master
Ricardo Wurmus 2021-04-08 02:53:50 +02:00
parent ded1599829
commit 5a2602032f
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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