gnu: r-ggally: Update to 1.3.2.
* gnu/packages/cran.scm (r-ggally): Update to 1.3.2.
This commit is contained in:
parent
38ea6cfab4
commit
bf958fcd63
|
@ -505,14 +505,14 @@ package also provides a C++ API, that works with or without Rcpp.")
|
||||||
(define-public r-ggally
|
(define-public r-ggally
|
||||||
(package
|
(package
|
||||||
(name "r-ggally")
|
(name "r-ggally")
|
||||||
(version "1.3.0")
|
(version "1.3.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "GGally" version))
|
(uri (cran-uri "GGally" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"12ddab0nd0f9c7bb6cx3c22mliyvc8xsxv26aqz3cvfbla8crp3b"))))
|
"02px7j28wzbhcgcwm2m0pxb6g7s5zvphl64ix55pkvag4m2ky57l"))))
|
||||||
(properties `((upstream-name . "GGally")))
|
(properties `((upstream-name . "GGally")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in New Issue