python37Packages.biopython: 1.77 -> 1.78

authored by

R. RyanTM and committed by
Jon
76dbece8 e378c36f

+2 -2
+2 -2
pkgs/development/python-modules/biopython/default.nix
··· 7 8 buildPythonPackage rec { 9 pname = "biopython"; 10 - version = "1.77"; 11 12 src = fetchPypi { 13 inherit pname version; 14 - sha256 = "fb1936e9ca9e7af8de1050e84375f23328e04b801063edf0ad73733494d8ec42"; 15 }; 16 17 disabled = !isPy3k;
··· 7 8 buildPythonPackage rec { 9 pname = "biopython"; 10 + version = "1.78"; 11 12 src = fetchPypi { 13 inherit pname version; 14 + sha256 = "1ee0a0b6c2376680fea6642d5080baa419fd73df104a62d58a8baf7a8bbe4564"; 15 }; 16 17 disabled = !isPy3k;