guix-commits
[Top][All Lists]
Advanced

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

28/89: gnu: r-shortread: Update to 1.36.0.


From: Ricardo Wurmus
Subject: 28/89: gnu: r-shortread: Update to 1.36.0.
Date: Tue, 7 Nov 2017 02:44:52 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 843826e26210d53da28fe44da5444becc1424e24
Author: Ricardo Wurmus <address@hidden>
Date:   Mon Nov 6 21:34:26 2017 +0100

    gnu: r-shortread: Update to 1.36.0.
    
    * gnu/packages/bioinformatics.scm (r-shortread): Update to 1.36.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 c4a250c..844d740 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -5972,14 +5972,14 @@ testing and other simple calculations.")
 (define-public r-shortread
   (package
     (name "r-shortread")
-    (version "1.34.0")
+    (version "1.36.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "ShortRead" version))
        (sha256
         (base32
-         "0ayk3d5625ymb5g2gycq6banzqmyd642xrwjzhdshz2dwid7kly8"))))
+         "06mknlsmd4hnaxzdjapgvp2kgdnf9w103y500dsac5jgsz4vwzcz"))))
     (properties `((upstream-name . "ShortRead")))
     (build-system r-build-system)
     (inputs



reply via email to

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