python37Packages.premailer: 3.3.0 -> 3.6.1

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-premailer/versions
This commit is contained in:
R. RyanTM 2019-09-28 10:44:24 -07:00
parent c455adcc42
commit 60df4d200f

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 ];