guix-commits
[Top][All Lists]
Advanced

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

branch wip-r updated: gnu: Update r-annaffy to 1.62.0.


From: guix-commits
Subject: branch wip-r updated: gnu: Update r-annaffy to 1.62.0.
Date: Wed, 18 Nov 2020 11:04:00 -0500

This is an automated email from the git hooks/post-receive script.

roelj pushed a commit to branch wip-r
in repository guix.

The following commit(s) were added to refs/heads/wip-r by this push:
     new 7614f24  gnu: Update r-annaffy to 1.62.0.
7614f24 is described below

commit 7614f24f5d24e2945df8caa289aa0c9f32bb3832
Author: Roel Janssen <roel@gnu.org>
AuthorDate: Wed Nov 18 17:01:03 2020 +0100

    gnu: Update r-annaffy to 1.62.0.
    
    * gnu/packages/bioconductor.scm (r-annaffy): Update to 1.62.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 35a246f..1aa524d 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -4022,14 +4022,14 @@ data in R and Bioconductor containers.")
 (define-public r-annaffy
   (package
     (name "r-annaffy")
-    (version "1.60.0")
+    (version "1.62.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "annaffy" version))
        (sha256
         (base32
-         "1rc9fb83by9jfgwfj2zhhbj93v296blwd8jl2rh7jj200mrpznn4"))))
+         "1szlr33lq98pd3kx6n9l07lhr93swbk6vjpvb2n9f7716k39mi4i"))))
     (build-system r-build-system)
     (arguments
      `(#:phases



reply via email to

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