guix-commits
[Top][All Lists]
Advanced

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

19/158: gnu: r-ggpicrust2: Update to 1.7.2.


From: guix-commits
Subject: 19/158: gnu: r-ggpicrust2: Update to 1.7.2.
Date: Mon, 28 Aug 2023 11:11:23 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 0aefe075c1df9d58a36e98b73ca71818837f51e9
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Aug 28 14:16:13 2023 +0200

    gnu: r-ggpicrust2: Update to 1.7.2.
    
    * gnu/packages/bioconductor.scm (r-ggpicrust2): Update to 1.7.2.
---
 gnu/packages/bioconductor.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 0e01f3115d..3ee59cfbaf 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -11024,13 +11024,13 @@ rectangular layout tree built by ggtree with the 
grammar of ggplot2.")
 (define-public r-ggpicrust2
   (package
     (name "r-ggpicrust2")
-    (version "1.7.1")
+    (version "1.7.2")
     (source (origin
               (method url-fetch)
               (uri (cran-uri "ggpicrust2" version))
               (sha256
                (base32
-                "0a4ykfybwx1qhgn7ic29dzigiazj248iihdr1597jxj505q21gay"))))
+                "0yk62cc0vmv6dyfiwvvbgpsqlvp1cw61db60153xvzmcdvd077cl"))))
     (properties `((upstream-name . "ggpicrust2")))
     (build-system r-build-system)
     (propagated-inputs (list r-aldex2



reply via email to

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