3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #34686 from flokli/afew-1.3.0

afew: 1.2.0 -> 1.3.0
This commit is contained in:
adisbladis 2018-02-07 13:14:55 +08:00 committed by GitHub
commit 910b5cda19
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,17 +2,17 @@
pythonPackages.buildPythonApplication rec {
pname = "afew";
version = "1.2.0";
version = "1.3.0";
src = pythonPackages.fetchPypi {
inherit pname version;
sha256 = "121w7bd53xyibllxxbfykjj76n81kn1vgjqd22izyh67y8qyyk5r";
sha256 = "0105glmlkpkjqbz350dxxasvlfx9dk0him9vwbl86andzi106ygz";
};
buildInputs = with pythonPackages; [ setuptools_scm ];
propagatedBuildInputs = with pythonPackages; [
pythonPackages.notmuch chardet
pythonPackages.notmuch chardet dkimpy
] ++ stdenv.lib.optional (!pythonPackages.isPy3k) subprocess32;
makeWrapperArgs = [