guix-commits
[Top][All Lists]
Advanced

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

23/215: gnu: r-shortread: Update to 1.42.0.


From: guix-commits
Subject: 23/215: gnu: r-shortread: Update to 1.42.0.
Date: Sun, 5 May 2019 18:15:31 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 49f30903f0ab2cc6b348680f803fea63d3612793
Author: Ricardo Wurmus <address@hidden>
Date:   Sun May 5 23:28:40 2019 +0200

    gnu: r-shortread: Update to 1.42.0.
    
    * gnu/packages/bioinformatics.scm (r-shortread): Update to 1.42.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 08f4455..713a9d0 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -6902,14 +6902,14 @@ testing and other simple calculations.")
 (define-public r-shortread
   (package
     (name "r-shortread")
-    (version "1.40.0")
+    (version "1.42.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "ShortRead" version))
        (sha256
         (base32
-         "0iks123i1adkb9i2q4wvfqdmmj9dy867jvngj9757y8gj6xbcpy1"))))
+         "1irqzdgsavjqsq0vva4966qh8qgn7xn9382dmhahm1hxb94qmi59"))))
     (properties `((upstream-name . "ShortRead")))
     (build-system r-build-system)
     (inputs



reply via email to

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