gnu: r-ggally: Update to 1.5.0.

* gnu/packages/cran.scm (r-ggally): Update to 1.5.0.
This commit is contained in:
Ricardo Wurmus 2020-03-27 11:19:36 +01:00
parent 0a76a4e073
commit 6232a36291
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -2107,14 +2107,14 @@ (define-public r-progress
(define-public r-ggally
(package
(name "r-ggally")
(version "1.4.0")
(version "1.5.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "GGally" version))
(sha256
(base32
"1zjmcc5bzagvy7c5cmdcl39xmx07fwi98yrj4i05w7y40kqcsiws"))))
"082s321zspg5al6acigwrhg4fsrmkkk5caabg662qbcy8v6n34h6"))))
(properties `((upstream-name . "GGally")))
(build-system r-build-system)
(inputs