guix-commits
[Top][All Lists]
Advanced

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

179/296: gnu: r-annaffy: Update to 1.60.0.


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

rekado pushed a commit to branch master
in repository guix.

commit d200b4dc48606d1ccabfe0cc766617b25318e07b
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Jun 13 00:49:56 2020 +0200

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



reply via email to

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