3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #69879 from r-ryantm/auto-update/python3.7-premailer

python37Packages.premailer: 3.3.0 -> 3.6.1
This commit is contained in:
Mario Rodas 2019-09-28 14:06:16 -05:00 committed by GitHub
commit c2d9fb1d50
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,11 +4,11 @@
buildPythonPackage rec {
pname = "premailer";
version = "3.3.0";
version = "3.6.1";
src = fetchPypi {
inherit pname version;
sha256 = "93be4f197e9d2a87a8fe6b5b6a79b64070dbb523108dfaf2a415b4558fc78ec1";
sha256 = "08pshx7a110k4ll20x0xhpvyn3kkipkrbgxjjn7ncdxs54ihdhgw";
};
buildInputs = [ mock nose ];