python3Packages.jupyterhub-ldapauthenticator: 1.3.1 -> 1.3.2, fix build

This commit is contained in:
Jonathan Ringer 2020-08-28 12:51:54 -07:00
parent 42144fd7f4
commit 92ad78e435

View file

@ -7,11 +7,11 @@
buildPythonPackage rec {
pname = "jupyterhub-ldapauthenticator";
version = "1.3.1";
version = "1.3.2";
src = fetchPypi {
inherit pname version;
sha256 = "913cc67a1e8c50e7e301a16f25a4125ffd020a7c5dd22ccfb3f7707af2ee9157";
sha256 = "12xby5j7wmi6qsbb2fjd5qbckkcg5fmdij8qpc9n7ci8vfxq303m";
};
# No tests implemented