guix-commits
[Top][All Lists]
Advanced

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

05/12: gnu: r-rsamtools: Update to 1.34.1.


From: guix-commits
Subject: 05/12: gnu: r-rsamtools: Update to 1.34.1.
Date: Fri, 8 Mar 2019 03:22:39 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 57f40dc220e5314d60412713344e3bb65b54caea
Author: Ricardo Wurmus <address@hidden>
Date:   Fri Mar 8 00:39:20 2019 +0100

    gnu: r-rsamtools: Update to 1.34.1.
    
    * gnu/packages/bioinformatics.scm (r-rsamtools): Update to 1.34.1.
---
 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 a1d4a1e..e671d53 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -7550,13 +7550,13 @@ biological sequences or sets of sequences.")
 (define-public r-rsamtools
   (package
     (name "r-rsamtools")
-    (version "1.34.0")
+    (version "1.34.1")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "Rsamtools" version))
               (sha256
                (base32
-                "01v4bjhj2i126pwyk0v9lvmfp2ih495xsq903k3xa2z24bjxphbi"))))
+                "02paq7klabdkaf1b8pmmbpmyqsj3yncnfsz62rgka6r4dpsilwk9"))))
     (properties
      `((upstream-name . "Rsamtools")))
     (build-system r-build-system)



reply via email to

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