guix-commits
[Top][All Lists]
Advanced

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

209/265: gnu: r-webbioc: Update to 1.58.0.


From: guix-commits
Subject: 209/265: gnu: r-webbioc: Update to 1.58.0.
Date: Sun, 15 Dec 2019 09:40:39 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 316bcd07a8ebb25fcf91350de4fe926f6a0b373f
Author: Ricardo Wurmus <address@hidden>
Date:   Sun Dec 15 15:25:14 2019 +0100

    gnu: r-webbioc: Update to 1.58.0.
    
    * gnu/packages/bioconductor.scm (r-webbioc): Update to 1.58.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 c80bd0a..f423713 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -4625,14 +4625,14 @@ widgets in R.")
 (define-public r-webbioc
   (package
     (name "r-webbioc")
-    (version "1.56.0")
+    (version "1.58.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "webbioc" version))
        (sha256
         (base32
-         "0ilrwzbk0v41p6hwng7jmr3hwwb4skdcjqml1mc3xmh99lcvw8hz"))))
+         "1cwrmvh1l603k6j1r425c4vrqp0zf0x7bgx7y1wnbq4r7yc5sp62"))))
     (build-system r-build-system)
     (inputs
      `(("netpbm" ,netpbm)



reply via email to

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