guix-commits
[Top][All Lists]
Advanced

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

01/06: gnu: ngs-sdk: Update to 1.3.0.


From: Ricardo Wurmus
Subject: 01/06: gnu: ngs-sdk: Update to 1.3.0.
Date: Thu, 16 Mar 2017 08:47:32 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 6c4ccf3228dd16e2d53168298b7bcf1a6874d3a8
Author: Ricardo Wurmus <address@hidden>
Date:   Thu Mar 16 10:18:48 2017 +0100

    gnu: ngs-sdk: Update to 1.3.0.
    
    * gnu/packages/bioinformatics.scm (ngs-sdk): Update to 1.3.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 3387a25..517ea38 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -4383,7 +4383,7 @@ Roche 454, Ion Torrent and Pacific BioSciences SMRT.")
 (define-public ngs-sdk
   (package
     (name "ngs-sdk")
-    (version "1.2.5")
+    (version "1.3.0")
     (source
      (origin
        (method url-fetch)
@@ -4393,7 +4393,7 @@ Roche 454, Ion Torrent and Pacific BioSciences SMRT.")
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
         (base32
-         "04y1fsmdnb5y86m3gg6f5g9wcscr6r25n7m8mdlcxy0i2q6w6cia"))))
+         "1wiyf4c6nm2j87pv015cbi0qny5byf3pbvcw3likifz5dl56ag40"))))
     (build-system gnu-build-system)
     (arguments
      `(#:parallel-build? #f ; not supported



reply via email to

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