guix-commits
[Top][All Lists]
Advanced

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

02/20: gnu: r-shortread: Update to 1.36.1.


From: Ricardo Wurmus
Subject: 02/20: gnu: r-shortread: Update to 1.36.1.
Date: Thu, 1 Mar 2018 15:29:02 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 99e4b11d81292d6c2cdabe8018fd8da144f84d9c
Author: Ricardo Wurmus <address@hidden>
Date:   Thu Mar 1 21:15:50 2018 +0100

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



reply via email to

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