guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: vcftools: Update to 0.1.16.


From: guix-commits
Subject: 01/02: gnu: vcftools: Update to 0.1.16.
Date: Thu, 27 Feb 2020 12:18:42 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit e6cc426fbb1687f8a88256154f11dd213dd725cf
Author: Ricardo Wurmus <address@hidden>
AuthorDate: Thu Feb 27 17:42:14 2020 +0100

    gnu: vcftools: Update to 0.1.16.
    
    * gnu/packages/bioinformatics.scm (vcftools): Update to 0.1.16.
---
 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 2b13ad4..4cce508 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -6572,7 +6572,7 @@ profiles, and associated taxonomic information.")
 (define-public vcftools
   (package
     (name "vcftools")
-    (version "0.1.15")
+    (version "0.1.16")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -6580,7 +6580,7 @@ profiles, and associated taxonomic information.")
                     version "/vcftools-" version ".tar.gz"))
               (sha256
                (base32
-                "1qw30c45wihgy632rbz4rh3njnwj4msj46l1rsgdhyg6bgypmr1i"))))
+                "1qqlx7flfv7axrjwkaz6njkscsl1d0jw98ns8d8bh1n1hd1pgz6v"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f ; no "check" target



reply via email to

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