about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2020-03-26 03:10:56 -0700
committerGitHub <noreply@github.com>2020-03-26 03:10:56 -0700
commit8c5f9d0200eefc97b026f4a5db1b2aa7af134997 (patch)
tree5e6c07449a304e30770124a95f1f260fab823b6c /pkgs/applications
parent89bcf4b7e23f52af03acd81f70cd13deb9b033fd (diff)
parent4a3ea14b5b6ed842cd8ddb65b6c4ba218ff7278f (diff)
Merge pull request #83390 from r-ryantm/auto-update/seaview
seaview: 5.0 -> 5.0.2
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/science/biology/seaview/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/science/biology/seaview/default.nix b/pkgs/applications/science/biology/seaview/default.nix
index fea8da41d70af..4192de714d0b0 100644
--- a/pkgs/applications/science/biology/seaview/default.nix
+++ b/pkgs/applications/science/biology/seaview/default.nix
@@ -1,12 +1,12 @@
 { stdenv, fetchurl, coreutils, fltk, libjpeg }:
 
 stdenv.mkDerivation rec {
-  version = "5.0";
+  version = "5.0.2";
   pname = "seaview";
 
   src = fetchurl {
     url = "ftp://pbil.univ-lyon1.fr/pub/mol_phylogeny/seaview/archive/seaview_${version}.tar.gz";
-    sha256 = "0gzjqf5mm91pa1drwxvz229bv6l995npdggngszh6z6j4pfh8j7c";
+    sha256 = "0bad0nd18a36g6ysx28j68rbnwqn33ra8inx2lv2igqqcs6i5kif";
   };
 
   buildInputs = [ fltk libjpeg ];
@@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
 
           Gouy M., Guindon S. & Gascuel O. (2010) SeaView version 4 : a multiplatform graphical user interface for sequence alignment and phylogenetic tree building. Molecular Biology and Evolution 27(2):221-224.
     '';
-    homepage = http://doua.prabi.fr/software/seaview;
+    homepage = "http://doua.prabi.fr/software/seaview";
     license = licenses.gpl3;
     maintainers = [ maintainers.iimog ];
     platforms = platforms.linux;