guix-commits
[Top][All Lists]
Advanced

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

17/49: gnu: r-biocinstaller: Update to 1.24.0.


From: Ricardo Wurmus
Subject: 17/49: gnu: r-biocinstaller: Update to 1.24.0.
Date: Wed, 26 Oct 2016 07:29:04 +0000 (UTC)

rekado pushed a commit to branch master
in repository guix.

commit 5c7b04e0c37618d52c5845003764fd1dc2875649
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Oct 26 08:51:18 2016 +0200

    gnu: r-biocinstaller: Update to 1.24.0.
    
    * gnu/packages/bioinformatics.scm (r-biocinstaller): Update to 1.24.0.
---
 gnu/packages/bioinformatics.scm |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 48952a8..7a93134 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -5873,13 +5873,13 @@ packages.")
 (define-public r-biocinstaller
   (package
     (name "r-biocinstaller")
-    (version "1.22.3")
+    (version "1.24.0")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "BiocInstaller" version))
               (sha256
                (base32
-                "02qkfq6f2b7v9klri6d1nv21r54bywv1zd5x47ka0jhhp946cqpr"))))
+                "0y1y5wmy6lzjqx3hdg15n91d417ccjj8dbvdkhmp99bs5aijwcpn"))))
     (properties
      `((upstream-name . "BiocInstaller")))
     (build-system r-build-system)



reply via email to

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