guix-commits
[Top][All Lists]
Advanced

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

32/63: gnu: r-rsamtools: Update to 1.28.0.


From: Roel Janssen
Subject: 32/63: gnu: r-rsamtools: Update to 1.28.0.
Date: Fri, 28 Apr 2017 05:06:03 -0400 (EDT)

roelj pushed a commit to branch master
in repository guix.

commit 6bf5543be8079d28b1ea7a868706aee07a8c4c3d
Author: Roel Janssen <address@hidden>
Date:   Fri Apr 28 10:42:01 2017 +0200

    gnu: r-rsamtools: Update to 1.28.0.
    
    * gnu/packages/bioinformatics.scm (r-rsamtools): Update to 1.28.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 ea87ccb..ded5c7d 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -6662,13 +6662,13 @@ biological sequences or sets of sequences.")
 (define-public r-rsamtools
   (package
     (name "r-rsamtools")
-    (version "1.26.2")
+    (version "1.28.0")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "Rsamtools" version))
               (sha256
                (base32
-                "118nsajgghi4cy3h0wi7777kc70a5j1fdyxv5n1dy01glix2z4qk"))))
+                "1zx6vhdz3lksbfy98jj3qzl7cxgspigm2pbsd5835b12r6mc5w6d"))))
     (properties
      `((upstream-name . "Rsamtools")))
     (build-system r-build-system)



reply via email to

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