lol

python3Packages.jupyterhub-ldapauthenticator: 1.3.1 -> 1.3.2

authored by

Frederik Rietdijk and committed by
Jonathan Ringer
a2b48cf6 a4e7e05f

+2 -2
+2 -2
pkgs/development/python-modules/jupyterhub-ldapauthenticator/default.nix
··· 7 7 8 8 buildPythonPackage rec { 9 9 pname = "jupyterhub-ldapauthenticator"; 10 - version = "1.3.1"; 10 + version = "1.3.2"; 11 11 12 12 src = fetchPypi { 13 13 inherit pname version; 14 - sha256 = "913cc67a1e8c50e7e301a16f25a4125ffd020a7c5dd22ccfb3f7707af2ee9157"; 14 + sha256 = "758081bbdb28b26313bb18c9d8aa2b8fcdc9162e4d3ab196c626567e64f1ab8b"; 15 15 }; 16 16 17 17 # No tests implemented