guix-commits
[Top][All Lists]
Advanced

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

02/08: gnu: r-rsamtools: Update to 2.2.3.


From: guix-commits
Subject: 02/08: gnu: r-rsamtools: Update to 2.2.3.
Date: Mon, 2 Mar 2020 03:12:07 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 6c1f5a1b7ee3f377668a42041401881017df3dbb
Author: Ricardo Wurmus <address@hidden>
AuthorDate: Sun Mar 1 23:37:52 2020 +0100

    gnu: r-rsamtools: Update to 2.2.3.
    
    * gnu/packages/bioinformatics.scm (r-rsamtools): Update to 2.2.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 1a1eecb..4be682d 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -7768,13 +7768,13 @@ biological sequences or sets of sequences.")
 (define-public r-rsamtools
   (package
     (name "r-rsamtools")
-    (version "2.2.2")
+    (version "2.2.3")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "Rsamtools" version))
               (sha256
                (base32
-                "1larx1a9cngmcsm2n7yyxrlnk69zi8m9dp3b90jva0ynspyi76v7"))))
+                "1vj43acawqqkf9yval9fzxarpsf04fmn78m2hq4f083w1k0myhyr"))))
     (properties
      `((upstream-name . "Rsamtools")))
     (build-system r-build-system)



reply via email to

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