aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/jupyterhub-ldapauthenticator
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2018-06-21 07:37:17 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2018-06-22 13:09:42 +0200
commit5139977a0e69b677070ace25cd1786108ab51365 (patch)
tree4b20bea1548df338d40dbac4bda34b21c45c43ec /pkgs/development/python-modules/jupyterhub-ldapauthenticator
parent2b7aee7ba63e70a7142c567957a8a6be092ef079 (diff)
python: jupyterhub-ldapauthenticator: 1.2.1 -> 1.2.2
Diffstat (limited to 'pkgs/development/python-modules/jupyterhub-ldapauthenticator')
-rw-r--r--pkgs/development/python-modules/jupyterhub-ldapauthenticator/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/jupyterhub-ldapauthenticator/default.nix b/pkgs/development/python-modules/jupyterhub-ldapauthenticator/default.nix
index 646b3088221c..8a228bebb0b0 100644
--- a/pkgs/development/python-modules/jupyterhub-ldapauthenticator/default.nix
+++ b/pkgs/development/python-modules/jupyterhub-ldapauthenticator/default.nix
@@ -7,11 +7,11 @@
buildPythonPackage rec {
pname = "jupyterhub-ldapauthenticator";
- version = "1.2.1";
+ version = "1.2.2";
src = fetchPypi {
inherit pname version;
- sha256 = "192406a8872727fdf4651aaa0d47cc91401c173399db1b835084ef86dbba49e2";
+ sha256 = "5bba2ee246834130c9f86c13d39585b1af21563b814fa03aacb26b6696dd7e20";
};
# No tests implemented