python37Packages.python3-openid: 3.1.0 -> 3.2.0

This commit is contained in:
R. RyanTM 2020-07-14 19:50:36 +00:00 committed by Jon
parent 3f909b6a17
commit 285a93d89b

View File

@ -2,11 +2,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "python3-openid"; pname = "python3-openid";
version = "3.1.0"; version = "3.2.0";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "00l5hrjh19740w00b3fnsqldnla41wbr2rics09dl4kyd1fkd3b2"; sha256 = "1bxf9a3ny1js422j962zfzl4a9dhj192pvai05whn7j0iy9gdyrk";
}; };
propagatedBuildInputs = [ defusedxml ]; propagatedBuildInputs = [ defusedxml ];