gnu: r-ggrastr: Update to 1.0.2.
* gnu/packages/cran.scm (r-ggrastr): Update to 1.0.2.
This commit is contained in:
parent
a8ac423090
commit
6b07e52752
1 changed files with 2 additions and 2 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue