guix-commits
[Top][All Lists]
Advanced

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

169/324: gnu: r-gosemsim: Update to 2.18.0.


From: guix-commits
Subject: 169/324: gnu: r-gosemsim: Update to 2.18.0.
Date: Sat, 5 Jun 2021 03:15:20 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 376d9dd825cb4f1bb8158df3ce40a80e139f43af
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Jun 5 08:49:57 2021 +0200

    gnu: r-gosemsim: Update to 2.18.0.
    
    * gnu/packages/bioconductor.scm (r-gosemsim): Update to 2.18.0.
---
 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 e899b4f..40a1638 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -7013,14 +7013,14 @@ information about samples and features can be added to 
the plot.")
 (define-public r-gosemsim
   (package
     (name "r-gosemsim")
-    (version "2.16.1")
+    (version "2.18.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "GOSemSim" version))
        (sha256
         (base32
-         "1hk1626172scja2gr6axy98czblz0zljiqgqaknsv2xj6frhxcgs"))))
+         "1fzmaxjzyvq6xj5ny1sjijdwi4krzjgyaz52fczpwrxijq5pnyn1"))))
     (properties `((upstream-name . "GOSemSim")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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