guix-commits
[Top][All Lists]
Advanced

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

07/13: gnu: r-rcas: Update to 1.28.3.


From: guix-commits
Subject: 07/13: gnu: r-rcas: Update to 1.28.3.
Date: Sun, 11 Feb 2024 10:56:12 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 95785f458783449ebd5376840718f004e1a3a8b7
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sun Feb 11 16:54:55 2024 +0100

    gnu: r-rcas: Update to 1.28.3.
    
    * gnu/packages/bioconductor.scm (r-rcas): Update to 1.28.3.
    [propagated-inputs]: Remove r-ggseqlogo and pandoc; add r-seqlogo.
    
    Change-Id: I8be7d8fc4278c8ec2db6932935f70292a4f47049
---
 gnu/packages/bioconductor.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index f8f3dd00ca..824dac4564 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -10126,13 +10126,13 @@ the graph algorithms contained in the Boost library.")
 (define-public r-rcas
   (package
     (name "r-rcas")
-    (version "1.28.2")
+    (version "1.28.3")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "RCAS" version))
               (sha256
                (base32
-                "19ildsck3g8v4w0g2f473sb8hyhn4avprdi78fim0prva5f9nqnv"))))
+                "1d9icr17xwdmgm6b8ihrwxsg1fp342c2p9f8yqdjm2y52z88gmpd"))))
     (properties `((upstream-name . "RCAS")))
     (build-system r-build-system)
     (propagated-inputs
@@ -10148,7 +10148,6 @@ the graph algorithms contained in the Boost library.")
            r-genomicfeatures
            r-genomicranges
            r-ggplot2
-           r-ggseqlogo
            r-gprofiler2
            r-iranges
            r-knitr
@@ -10162,7 +10161,7 @@ the graph algorithms contained in the Boost library.")
            r-rsqlite
            r-rtracklayer
            r-s4vectors
-           pandoc))
+           r-seqlogo))
     (native-inputs
      (list r-knitr))
     (synopsis "RNA-centric annotation system")



reply via email to

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