python: WTForms: 2.3.1 -> 2.3.3

This commit is contained in:
Frederik Rietdijk 2020-07-31 10:56:49 +02:00
parent 30a5ce48e5
commit cee49bd592

View File

@ -5,12 +5,12 @@
}: }:
buildPythonPackage rec { buildPythonPackage rec {
version = "2.3.1"; version = "2.3.3";
pname = "WTForms"; pname = "WTForms";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "0whrd9cqhlibm31yqhvhp9illddxf0cpgcn3v806f7ajmsri66l6"; sha256 = "81195de0ac94fbc8368abbaf9197b88c4f3ffd6c2719b5bf5fc9da744f3d829c";
}; };
propagatedBuildInputs = [ markupsafe ]; propagatedBuildInputs = [ markupsafe ];