guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/13: gnu: r-ggally: Update to 2.2.1.


From: guix-commits
Subject: 04/13: gnu: r-ggally: Update to 2.2.1.
Date: Thu, 15 Feb 2024 08:13:13 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit cc181374e2393b285e221d6e23fca778de7aec8a
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Feb 15 14:12:12 2024 +0100

    gnu: r-ggally: Update to 2.2.1.
    
    * gnu/packages/cran.scm (r-ggally): Update to 2.2.1.
    
    Change-Id: I0fe1e2a307297292759bca92dd29c78dd057da84
---
 gnu/packages/cran.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 5e0492d0e6..5efca4b1ae 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -7305,14 +7305,14 @@ package also provides a C++ API, that works with or 
without Rcpp.")
 (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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]