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 { lib, stdenv, fetchurl }: 2 3 stdenv.mkDerivation rec { 4 - version = "3.3.2"; 5 pname = "hmmer"; 6 7 src = fetchurl { 8 url = "http://eddylab.org/software/hmmer/${pname}-${version}.tar.gz"; 9 - sha256 = "0s9wf6n0qanbx8qs6igfl3vyjikwbrvh4d9d6mv54yp3xysykzlj"; 10 }; 11 12 meta = with lib; { ··· 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 ''; 20 homepage = "http://hmmer.org/"; 21 license = licenses.gpl3; 22 maintainers = [ maintainers.iimog ]; 23 # at least SSE is *required*
··· 1 { lib, stdenv, fetchurl }: 2 3 stdenv.mkDerivation rec { 4 + version = "3.4"; 5 pname = "hmmer"; 6 7 src = fetchurl { 8 url = "http://eddylab.org/software/hmmer/${pname}-${version}.tar.gz"; 9 + sha256 = "sha256-ynDZT9DPJxvXBjQjqrsRbULeUzEXNDqbJ6ZcF/8G+/M="; 10 }; 11 12 meta = with lib; { ··· 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 ''; 20 homepage = "http://hmmer.org/"; 21 + changelog = "https://github.com/EddyRivasLab/hmmer/blob/hmmer-${version}/release-notes/RELEASE-${version}.md"; 22 license = licenses.gpl3; 23 maintainers = [ maintainers.iimog ]; 24 # at least SSE is *required*