guix-commits
[Top][All Lists]
Advanced

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

294/323: gnu: r-genomationdata: Update to 1.22.0.


From: guix-commits
Subject: 294/323: gnu: r-genomationdata: Update to 1.22.0.
Date: Mon, 7 Dec 2020 15:14:21 -0500 (EST)

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

commit 164c7f66d4b8d287815ada71a42df39d94e8e7fd
Author: zimoun <zimon.toutoune@gmail.com>
AuthorDate: Wed Dec 2 16:10:10 2020 +0100

    gnu: r-genomationdata: Update to 1.22.0.
    
    * gnu/packages/bioinformatics.scm (r-genomationdata): Update to 1.22.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 5662712..58d34b0 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -8659,7 +8659,7 @@ genomic intervals.  In addition, it can use BAM or BigWig 
files as input.")
 (define-public r-genomationdata
   (package
     (name "r-genomationdata")
-    (version "1.14.0")
+    (version "1.22.0")
     (source (origin
               (method url-fetch)
               ;; We cannot use bioconductor-uri here because this tarball is
@@ -8669,7 +8669,7 @@ genomic intervals.  In addition, it can use BAM or BigWig 
files as input.")
                                   "genomationData_" version ".tar.gz"))
               (sha256
                (base32
-                "10xyb8akjrhmak2i0mnv1agny2ipy364q9nlibyplpzc7vdb6bw7"))))
+                "0igjsvfnws3498j65ifniw0kbxfqpfr59rcjddqvq4zsj453fx1g"))))
     (build-system r-build-system)
     ;; As this package provides little more than large data files, it doesn't
     ;; make sense to build substitutes.



reply via email to

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