1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-23 22:20:51 +00:00

python: oauthenticator: 0.8.2 -> 0.9.0

This commit is contained in:
Frederik Rietdijk 2019-10-24 08:47:40 +02:00
parent afc4dbbb4b
commit 12f721f7ea

View file

@ -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 = ''