gnu: r-ggally: Update to 2.1.1.

* gnu/packages/cran.scm (r-ggally): Update to 2.1.1.
This commit is contained in:
Ricardo Wurmus 2021-03-09 21:38:11 +01:00
parent 7ff93d3483
commit adbd713085
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -3246,14 +3246,14 @@ (define-public r-progress
(define-public r-ggally (define-public r-ggally
(package (package
(name "r-ggally") (name "r-ggally")
(version "2.1.0") (version "2.1.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "GGally" version)) (uri (cran-uri "GGally" version))
(sha256 (sha256
(base32 (base32
"0lvcvlc8p2cii7rqx7m81f7cv3kk9mlf7cbbgv7l75g7ljw8dyvz")))) "0lly659kd43cnz1bmmzqj6dbf4v0nm8dhj8xq2wlv9qbnfhq5r9p"))))
(properties `((upstream-name . "GGally"))) (properties `((upstream-name . "GGally")))
(build-system r-build-system) (build-system r-build-system)
(inputs (inputs