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:
Ricardo Wurmus 2024-02-15 14:12:12 +01:00
parent 5604957a75
commit cc181374e2
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -7305,14 +7305,14 @@ (define-public r-progress
(define-public r-ggally
(package
(name "r-ggally")
(version "2.2.0")
(version "2.2.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "GGally" version))
(sha256
(base32
"1pc0mcxhj3mz8ac6r1sqfxw1wkamikjal54z7pb1mairsr3hpqnw"))))
"1il6yphqxcyj1039imi8pn6ygyni24daz8ljxxp3z9inb5k2dcwb"))))
(properties `((upstream-name . "GGally")))
(build-system r-build-system)
(inputs