guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: sra-tools: Update to 2.9.6.


From: guix-commits
Subject: 02/03: gnu: sra-tools: Update to 2.9.6.
Date: Thu, 20 Jun 2019 08:34:05 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 20874b7044ec3ee28dc8302dc79e3623f6aae53b
Author: Ricardo Wurmus <address@hidden>
Date:   Thu Jun 20 14:30:24 2019 +0200

    gnu: sra-tools: Update to 2.9.6.
    
    * gnu/packages/bioinformatics.scm (sra-tools): Update to 2.9.6.
---
 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 2862cb1..c30b12d 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -5941,7 +5941,7 @@ sequence itself can be retrieved from these databases.")
 (define-public sra-tools
   (package
     (name "sra-tools")
-    (version "2.9.3")
+    (version "2.9.6")
     (source
      (origin
        (method git-fetch)
@@ -5951,7 +5951,7 @@ sequence itself can be retrieved from these databases.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "0663gcdxkziwsmlznjxysb00621rllpbz6jwsfifq7z3dj3lwm8b"))))
+         "0vqzap68v81k0zif2mnqfy8pnw2nrhsg87p6mgq8qk3nk2jv2rgy"))))
     (build-system gnu-build-system)
     (arguments
      `(#:parallel-build? #f ; not supported



reply via email to

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