python3Packages.premailer: 3.6.1 -> 3.6.2

This commit is contained in:
Frederik Rietdijk 2020-05-09 12:01:53 +02:00
parent 9e8dd6ed5e
commit 06164d7144

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