afew: 1.2.0 -> 1.3.0

+3 -3
+3 -3
pkgs/applications/networking/mailreaders/afew/default.nix
··· 2 3 pythonPackages.buildPythonApplication rec { 4 pname = "afew"; 5 - version = "1.2.0"; 6 7 src = pythonPackages.fetchPypi { 8 inherit pname version; 9 - sha256 = "121w7bd53xyibllxxbfykjj76n81kn1vgjqd22izyh67y8qyyk5r"; 10 }; 11 12 buildInputs = with pythonPackages; [ setuptools_scm ]; 13 14 propagatedBuildInputs = with pythonPackages; [ 15 - pythonPackages.notmuch chardet 16 ] ++ stdenv.lib.optional (!pythonPackages.isPy3k) subprocess32; 17 18 makeWrapperArgs = [
··· 2 3 pythonPackages.buildPythonApplication rec { 4 pname = "afew"; 5 + version = "1.3.0"; 6 7 src = pythonPackages.fetchPypi { 8 inherit pname version; 9 + sha256 = "0105glmlkpkjqbz350dxxasvlfx9dk0him9vwbl86andzi106ygz"; 10 }; 11 12 buildInputs = with pythonPackages; [ setuptools_scm ]; 13 14 propagatedBuildInputs = with pythonPackages; [ 15 + pythonPackages.notmuch chardet dkimpy 16 ] ++ stdenv.lib.optional (!pythonPackages.isPy3k) subprocess32; 17 18 makeWrapperArgs = [