Skip to content

Commit

Permalink
hmmer: 3.3 -> 3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jul 28, 2020
1 parent 2988feb commit 58e7ed9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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 Down

0 comments on commit 58e7ed9

Please sign in to comment.