guix-commits
[Top][All Lists]
Advanced

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

02/24: gnu: r-rsamtools: Update to 2.0.3.


From: guix-commits
Subject: 02/24: gnu: r-rsamtools: Update to 2.0.3.
Date: Fri, 18 Oct 2019 14:35:40 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit b62780d9f98ebb264edefad1a0c94601389898e6
Author: Ricardo Wurmus <address@hidden>
Date:   Fri Oct 18 18:46:40 2019 +0200

    gnu: r-rsamtools: Update to 2.0.3.
    
    * gnu/packages/bioinformatics.scm (r-rsamtools): Update to 2.0.3.
---
 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 4e6e34a..a373cc2 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -7731,13 +7731,13 @@ biological sequences or sets of sequences.")
 (define-public r-rsamtools
   (package
     (name "r-rsamtools")
-    (version "2.0.2")
+    (version "2.0.3")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "Rsamtools" version))
               (sha256
                (base32
-                "188k5g40lbli7dxr96hldyvg9r9hmlbh2fp0qs5nnd12b8zbf338"))))
+                "03qfpaqbffirpnby88mv6h45njfapli28crdvg35h2zi2jkkmhvp"))))
     (properties
      `((upstream-name . "Rsamtools")))
     (build-system r-build-system)



reply via email to

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