guix-commits
[Top][All Lists]
Advanced

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

03/19: gnu: r-gosemsim: Update to 2.14.1.


From: guix-commits
Subject: 03/19: gnu: r-gosemsim: Update to 2.14.1.
Date: Thu, 20 Aug 2020 15:26:13 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit fc1c3c6f9f902dbff9794833d1877bd26949e225
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Aug 20 20:41:45 2020 +0200

    gnu: r-gosemsim: Update to 2.14.1.
    
    * gnu/packages/bioconductor.scm (r-gosemsim): Update to 2.14.1.
---
 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 7a67fdf..fe4a096 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -3624,14 +3624,14 @@ information about samples and features can be added to 
the plot.")
 (define-public r-gosemsim
   (package
     (name "r-gosemsim")
-    (version "2.14.0")
+    (version "2.14.1")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "GOSemSim" version))
        (sha256
         (base32
-         "0mg4d8whq90iyl2jjj5dx3kyar17yqn00jvia3b4a8lhmjw8l1hk"))))
+         "0v4q9xr1cm5xr08pgbzrss41kh3yz7xyh31n55l0sjmr1629ykln"))))
     (properties `((upstream-name . "GOSemSim")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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