guix-commits
[Top][All Lists]
Advanced

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

218/296: gnu: r-webbioc: Update to 1.60.0.


From: guix-commits
Subject: 218/296: gnu: r-webbioc: Update to 1.60.0.
Date: Fri, 12 Jun 2020 19:30:31 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 620cc4d976a9c4b8f57ba087538233664b4d869f
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Jun 13 00:57:24 2020 +0200

    gnu: r-webbioc: Update to 1.60.0.
    
    * gnu/packages/bioconductor.scm (r-webbioc): Update to 1.60.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 92c0849..4a52bbe 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -5174,14 +5174,14 @@ widgets in R.")
 (define-public r-webbioc
   (package
     (name "r-webbioc")
-    (version "1.58.0")
+    (version "1.60.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "webbioc" version))
        (sha256
         (base32
-         "1cwrmvh1l603k6j1r425c4vrqp0zf0x7bgx7y1wnbq4r7yc5sp62"))))
+         "16376ya5a5x2hwkl1v9y4r7np1drdwm912knnqg2dn90zmrdwr5f"))))
     (build-system r-build-system)
     (inputs
      `(("netpbm" ,netpbm)



reply via email to

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