mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: r-ggally: Update to 2.2.1.
* gnu/packages/cran.scm (r-ggally): Update to 2.2.1. Change-Id: I0fe1e2a307297292759bca92dd29c78dd057da84
This commit is contained in:
parent
5604957a75
commit
cc181374e2
1 changed files with 2 additions and 2 deletions
|
@ -7305,14 +7305,14 @@ (define-public r-progress
|
||||||
(define-public r-ggally
|
(define-public r-ggally
|
||||||
(package
|
(package
|
||||||
(name "r-ggally")
|
(name "r-ggally")
|
||||||
(version "2.2.0")
|
(version "2.2.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
|
||||||
"1pc0mcxhj3mz8ac6r1sqfxw1wkamikjal54z7pb1mairsr3hpqnw"))))
|
"1il6yphqxcyj1039imi8pn6ygyni24daz8ljxxp3z9inb5k2dcwb"))))
|
||||||
(properties `((upstream-name . "GGally")))
|
(properties `((upstream-name . "GGally")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
|
|
Loading…
Reference in a new issue