guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: ngs-sdk: Update to 1.2.5.


From: Ricardo Wurmus
Subject: 01/03: gnu: ngs-sdk: Update to 1.2.5.
Date: Fri, 23 Sep 2016 09:47:51 +0000 (UTC)

rekado pushed a commit to branch master
in repository guix.

commit 48b419ebd6b359a575c828df26ea61dc41ac571f
Author: Ricardo Wurmus <address@hidden>
Date:   Fri Sep 23 11:45:24 2016 +0200

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



reply via email to

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