gnu: r-ggrastr: Update to 1.0.2.

* gnu/packages/cran.scm (r-ggrastr): Update to 1.0.2.
This commit is contained in:
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

View file

@ -1927,13 +1927,13 @@ (define-public r-ggprism
(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))