guix-commits
[Top][All Lists]
Advanced

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

53/55: gnu: r-gosemsim: Update to 2.28.1.


From: guix-commits
Subject: 53/55: gnu: r-gosemsim: Update to 2.28.1.
Date: Mon, 22 Jan 2024 08:01:05 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 522a646714f22c4096f5cf53fd3fc89b4659a04b
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Jan 22 13:44:57 2024 +0100

    gnu: r-gosemsim: Update to 2.28.1.
    
    * gnu/packages/bioconductor.scm (r-gosemsim): Update to 2.28.1.
    [propagated-inputs]: Add r-yulab-utils.
    
    Change-Id: Idf93e061ef43c2900a96fa9cafeaff95d13fa3be
---
 gnu/packages/bioconductor.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 4e2a2b982e..949e8624c8 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -15617,18 +15617,18 @@ information about samples and features can be added 
to the plot.")
 (define-public r-gosemsim
   (package
     (name "r-gosemsim")
-    (version "2.28.0")
+    (version "2.28.1")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "GOSemSim" version))
        (sha256
         (base32
-         "10jhjzgf10w9cmr97qzc3mqvgvgx9h7pqk7zkkqwhg7anv6wa788"))))
+         "0p8368ia4ib61m1p8apk2d21lhdi62rfg04zl4190w6xv87k49xx"))))
     (properties `((upstream-name . "GOSemSim")))
     (build-system r-build-system)
     (propagated-inputs
-     (list r-annotationdbi r-go-db r-rcpp r-rlang))
+     (list r-annotationdbi r-go-db r-rcpp r-rlang r-yulab-utils))
     (native-inputs
      (list r-knitr))
     (home-page "https://guangchuangyu.github.io/software/GOSemSim";)



reply via email to

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