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:
commit
c2d9fb1d50
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue