Skip to content

Commit

Permalink
Merge pull request #94091 from r-ryantm/auto-update/hmmer
Browse files Browse the repository at this point in the history
hmmer: 3.3 -> 3.3.1
  • Loading branch information
marsam authored Jul 28, 2020
2 parents 0351429 + 552a1f9 commit 703b8ef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions pkgs/applications/science/biology/hmmer/default.nix
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{ stdenv, fetchurl }:

stdenv.mkDerivation rec {
version = "3.3";
version = "3.3.1";
pname = "hmmer";

src = fetchurl {
url = "http://eddylab.org/software/hmmer/${pname}-${version}.tar.gz";
sha256 = "0v3kcgkr6jihq0xmpgn2xd5q7wiwvj6yswa905k2c0v7mx0bz1h1";
sha256 = "1mcvr74w6ffd5z0p8v3jss473mbgard9lz5whjnk95c661lnmrlc";
};

meta = with stdenv.lib; {
Expand All @@ -20,6 +20,6 @@ stdenv.mkDerivation rec {
homepage = "http://hmmer.org/";
license = licenses.gpl3;
maintainers = [ maintainers.iimog ];
platforms = [ "x86_64-linux" "i686-linux" ];
platforms = platforms.unix;
};
}
2 changes: 1 addition & 1 deletion pkgs/applications/science/biology/itsx/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ stdenv.mkDerivation rec {
homepage = "https://microbiology.se/software/itsx/";
license = licenses.gpl3;
maintainers = [ maintainers.bzizou ];
platforms = [ "x86_64-linux" "i686-linux" ];
platforms = platforms.unix;
};
}

0 comments on commit 703b8ef

Please sign in to comment.