Merge pull request #257014 from r-ryantm/auto-update/hmmer

hmmer: 3.3.2 -> 3.4

authored by

Thiago Kenji Okada and committed by
GitHub
1cfbc68e 650b40d8

+3 -2
+3 -2
pkgs/applications/science/biology/hmmer/default.nix
··· 1 1 { lib, stdenv, fetchurl }: 2 2 3 3 stdenv.mkDerivation rec { 4 - version = "3.3.2"; 4 + version = "3.4"; 5 5 pname = "hmmer"; 6 6 7 7 src = fetchurl { 8 8 url = "http://eddylab.org/software/hmmer/${pname}-${version}.tar.gz"; 9 - sha256 = "0s9wf6n0qanbx8qs6igfl3vyjikwbrvh4d9d6mv54yp3xysykzlj"; 9 + sha256 = "sha256-ynDZT9DPJxvXBjQjqrsRbULeUzEXNDqbJ6ZcF/8G+/M="; 10 10 }; 11 11 12 12 meta = with lib; { ··· 18 18 HMMER can be downloaded and installed as a command line tool on your own hardware, and now it is also more widely accessible to the scientific community via new search servers at the European Bioinformatics Institute. 19 19 ''; 20 20 homepage = "http://hmmer.org/"; 21 + changelog = "https://github.com/EddyRivasLab/hmmer/blob/hmmer-${version}/release-notes/RELEASE-${version}.md"; 21 22 license = licenses.gpl3; 22 23 maintainers = [ maintainers.iimog ]; 23 24 # at least SSE is *required*