diff options
| author | Frederik Rietdijk <fridh@fridh.nl> | 2019-10-24 08:47:40 +0200 |
|---|---|---|
| committer | Frederik Rietdijk <fridh@fridh.nl> | 2019-10-27 16:26:47 +0100 |
| commit | 12f721f7ea766609e9fca3eaf95472d70f50ee89 (patch) | |
| tree | 9447768301815d78559cc7343d683e69fa0d09cc /pkgs/development/python-modules/oauthenticator/default.nix | |
| parent | python: numexpr: 2.6.9 -> 2.7.0 (diff) | |
| download | nixpkgs-12f721f7ea766609e9fca3eaf95472d70f50ee89.tar.gz | |
python: oauthenticator: 0.8.2 -> 0.9.0
Diffstat (limited to 'pkgs/development/python-modules/oauthenticator/default.nix')
| -rw-r--r-- | pkgs/development/python-modules/oauthenticator/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/oauthenticator/default.nix b/pkgs/development/python-modules/oauthenticator/default.nix index 85dc80681aad..81c6daaf2de7 100644 --- a/pkgs/development/python-modules/oauthenticator/default.nix +++ b/pkgs/development/python-modules/oauthenticator/default.nix @@ -16,11 +16,11 @@ buildPythonPackage rec { pname = "oauthenticator"; - version = "0.8.2"; + version = "0.9.0"; src = fetchPypi { inherit pname version; - sha256 = "5195b5d66808787894590926b038381eb47495c9df4fd0d907c84d86cb35132f"; + sha256 = "0ce31c929bb456ad8734b9b8a7f539e44ab3afff07169e25e974ca576f4c836c"; }; checkPhase = '' |
