guix-commits
[Top][All Lists]
Advanced

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

08/15: gnu: r-shortread: Update to 1.44.3.


From: guix-commits
Subject: 08/15: gnu: r-shortread: Update to 1.44.3.
Date: Wed, 19 Feb 2020 17:01:35 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 0f72b7abd81f7003a4bba36f7173d8076461e513
Author: Ricardo Wurmus <address@hidden>
AuthorDate: Wed Feb 19 23:00:20 2020 +0100

    gnu: r-shortread: Update to 1.44.3.
    
    * gnu/packages/bioinformatics.scm (r-shortread): Update to 1.44.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 b770698..c614ade 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -6935,14 +6935,14 @@ testing and other simple calculations.")
 (define-public r-shortread
   (package
     (name "r-shortread")
-    (version "1.44.1")
+    (version "1.44.3")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "ShortRead" version))
        (sha256
         (base32
-         "1dh3q83hmi4l72vpif6dn51dzbi9ljrjgkq2zxg4sqy2jxv4vwza"))))
+         "0ykyrj4g6vc67d5s46sp4659qvar2iavflzhggm79w4p50hxia4s"))))
     (properties `((upstream-name . "ShortRead")))
     (build-system r-build-system)
     (inputs



reply via email to

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