python: jupyterhub-ldapauthenticator: 1.2.2 -> 1.3.0
This commit is contained in:
parent
0276d8abc8
commit
e4a2b8e95b
1 changed files with 2 additions and 2 deletions
|
@ -7,11 +7,11 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "jupyterhub-ldapauthenticator";
|
pname = "jupyterhub-ldapauthenticator";
|
||||||
version = "1.2.2";
|
version = "1.3.0";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "5bba2ee246834130c9f86c13d39585b1af21563b814fa03aacb26b6696dd7e20";
|
sha256 = "920b115babdc32e7b159fc497a0a794bb0f57b222ce2c26c74a23594892f9d3c";
|
||||||
};
|
};
|
||||||
|
|
||||||
# No tests implemented
|
# No tests implemented
|
||||||
|
|
Loading…
Reference in a new issue