stacks: 2.41 -> 2.52

This commit is contained in:
R. RyanTM 2020-03-28 10:05:53 +00:00 committed by Jon
parent 69cf4ef39c
commit bd245a755f
1 changed files with 3 additions and 3 deletions

View File

@ -2,17 +2,17 @@
stdenv.mkDerivation rec {
pname = "stacks";
version = "2.41";
version = "2.52";
src = fetchurl {
url = "http://catchenlab.life.illinois.edu/stacks/source/${pname}-${version}.tar.gz";
sha256 = "0q420rzjb05jfchcls3pysm4hxfgs6xj2jw246isx0il10g93gkq";
sha256 = "0gq3kbj910jsq591wylzjmd23srjlsssmrckmf46m4ysjqdqd8vm";
};
buildInputs = [ zlib ];
meta = {
description = "Software pipeline for building loci from short-read sequences";
homepage = http://catchenlab.life.illinois.edu/stacks/;
homepage = "http://catchenlab.life.illinois.edu/stacks/";
maintainers = [ stdenv.lib.maintainers.bzizou ];
license = stdenv.lib.licenses.gpl3;
};