me
/
guix
Archived
1
0
Fork 0

gnu: r-ggrastr: Update to 1.0.2.

* gnu/packages/cran.scm (r-ggrastr): Update to 1.0.2.
master
Ricardo Wurmus 2023-06-03 08:32:01 +02:00
parent a8ac423090
commit 6b07e52752
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -1927,13 +1927,13 @@ Prism-look is achieved with @code{theme_prism()} and
(define-public r-ggrastr
(package
(name "r-ggrastr")
(version "1.0.1")
(version "1.0.2")
(source (origin
(method url-fetch)
(uri (cran-uri "ggrastr" version))
(sha256
(base32
"07sx5wlawfyb0zy5am2q1ajhkdym5r9ih47p57l8bv4dlc7ykml2"))))
"1l90mlb6bqq98ifmlbs5481vch9inmzdnvnz192adklrr9nl09yb"))))
(properties `((upstream-name . "ggrastr")))
(build-system r-build-system)
(propagated-inputs (list r-cairo r-ggbeeswarm r-ggplot2 r-png r-ragg))