guix-commits
[Top][All Lists]
Advanced

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

65/185: gnu: r-ggsci: Update to 3.2.0.


From: guix-commits
Subject: 65/185: gnu: r-ggsci: Update to 3.2.0.
Date: Tue, 2 Jul 2024 09:27:20 -0400 (EDT)

rekado pushed a commit to branch r-team
in repository guix.

commit 32268bf1f976f9881fa787ec8c909a1406bb290c
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Jul 2 14:58:38 2024 +0200

    gnu: r-ggsci: Update to 3.2.0.
    
    * gnu/packages/cran.scm (r-ggsci): Update to 3.2.0.
    
    Change-Id: I63cc511eb753dd049f7cca934f39834fac0c4531
---
 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 b8719ec2cb..300b576d06 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -14529,14 +14529,14 @@ Sequence logos can easily be combined with other 
ggplot2 plots.")
 (define-public r-ggsci
   (package
     (name "r-ggsci")
-    (version "3.0.3")
+    (version "3.2.0")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "ggsci" version))
        (sha256
         (base32
-         "1m806aqp97pp57i6dl5ykmfhd4lvd1gpamzghks8fx1nksh935mx"))))
+         "0jiwkk2ij1qnsaqr6354wihj057ia1arrfpjpll00x63056fvn21"))))
     (build-system r-build-system)
     (propagated-inputs
      (list r-ggplot2 r-scales))



reply via email to

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