guix-commits
[Top][All Lists]
Advanced

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

43/89: gnu: r-rsamtools: Update to 1.30.0.


From: Ricardo Wurmus
Subject: 43/89: gnu: r-rsamtools: Update to 1.30.0.
Date: Tue, 7 Nov 2017 02:44:55 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit f8068419a63c5b5a4bd292d537e29cd43373c11f
Author: Ricardo Wurmus <address@hidden>
Date:   Mon Nov 6 21:38:17 2017 +0100

    gnu: r-rsamtools: Update to 1.30.0.
    
    * gnu/packages/bioinformatics.scm (r-rsamtools): Update to 1.30.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 ef77ed5..8e63af6 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -7015,13 +7015,13 @@ biological sequences or sets of sequences.")
 (define-public r-rsamtools
   (package
     (name "r-rsamtools")
-    (version "1.28.0")
+    (version "1.30.0")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "Rsamtools" version))
               (sha256
                (base32
-                "1zx6vhdz3lksbfy98jj3qzl7cxgspigm2pbsd5835b12r6mc5w6d"))))
+                "0pjny5fjvbnfdyhl3bwxin678sha2drvs00sivxh3l772cn6yams"))))
     (properties
      `((upstream-name . "Rsamtools")))
     (build-system r-build-system)



reply via email to

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