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:
parent
073ded7c93
commit
27da6c5c50
@ -3,13 +3,13 @@
|
|||||||
, mock, nose}:
|
, mock, nose}:
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "Flask-OAuthlib";
|
pname = "Flask-OAuthlib";
|
||||||
version = "0.9.3";
|
version = "0.9.5";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "lepture";
|
owner = "lepture";
|
||||||
repo = "flask-oauthlib";
|
repo = "flask-oauthlib";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1vnr2kmbwl6mv2fsv92jjxzfibq2m3pnbcs6ba9k32jr1ci7wfh7";
|
sha256 = "1l82niwrpm7411xvwh65bj263si90kcbrbfg5fa52mpixhxcp40f";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ mock nose ];
|
buildInputs = [ mock nose ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user