mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-03-06 07:12:20 +00:00
python: jupyterhub-ldapauthenticator: 1.3.0 -> 1.3.1
This commit is contained in:
parent
ce5979853c
commit
1b6d4d75df
|
@ -7,11 +7,11 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "jupyterhub-ldapauthenticator";
|
||||
version = "1.3.0";
|
||||
version = "1.3.1";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "920b115babdc32e7b159fc497a0a794bb0f57b222ce2c26c74a23594892f9d3c";
|
||||
sha256 = "913cc67a1e8c50e7e301a16f25a4125ffd020a7c5dd22ccfb3f7707af2ee9157";
|
||||
};
|
||||
|
||||
# No tests implemented
|
||||
|
|
Loading…
Reference in a new issue