python36Packages.flask_oauthlib: 0.9.3 -> 0.9.5

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.6-flask-oauthlib/versions
This commit is contained in:
R. RyanTM 2018-10-24 08:50:40 -07:00 committed by Frederik Rietdijk
parent 073ded7c93
commit 27da6c5c50

View File

@ -3,13 +3,13 @@
, mock, nose}:
buildPythonPackage rec {
pname = "Flask-OAuthlib";
version = "0.9.3";
version = "0.9.5";
src = fetchFromGitHub {
owner = "lepture";
repo = "flask-oauthlib";
rev = "v${version}";
sha256 = "1vnr2kmbwl6mv2fsv92jjxzfibq2m3pnbcs6ba9k32jr1ci7wfh7";
sha256 = "1l82niwrpm7411xvwh65bj263si90kcbrbfg5fa52mpixhxcp40f";
};
buildInputs = [ mock nose ];