guix-commits
[Top][All Lists]
Advanced

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

01/63: gnu: r-ggpicrust2: Update to 1.7.3.


From: guix-commits
Subject: 01/63: gnu: r-ggpicrust2: Update to 1.7.3.
Date: Wed, 15 Nov 2023 09:56:57 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 285dd08443a00bfa6222a138b3a53114e3d1485b
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Nov 15 15:54:31 2023 +0100

    gnu: r-ggpicrust2: Update to 1.7.3.
    
    * gnu/packages/bioconductor.scm (r-ggpicrust2): Update to 1.7.3.
    
    Change-Id: I18ab123d640ceec9315a21dff48ed2f1ea4ddff5
---
 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 ee5a94c461..72591ccf5d 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -12203,13 +12203,13 @@ rectangular layout tree built by ggtree with the 
grammar of ggplot2.")
 (define-public r-ggpicrust2
   (package
     (name "r-ggpicrust2")
-    (version "1.7.2")
+    (version "1.7.3")
     (source (origin
               (method url-fetch)
               (uri (cran-uri "ggpicrust2" version))
               (sha256
                (base32
-                "0yk62cc0vmv6dyfiwvvbgpsqlvp1cw61db60153xvzmcdvd077cl"))))
+                "0zjlsvzl2f74fvqw4ijnai23qwhlcpgd5p8z9dclnwnsgdbm6hcq"))))
     (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]