Skip to content

Commit

Permalink
python36Packages.flask_oauthlib: 0.9.3 -> 0.9.5
Browse files Browse the repository at this point in the history
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
  • Loading branch information
r-ryantm authored and FRidh committed Oct 24, 2018
1 parent 073ded7 commit 27da6c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/flask-oauthlib/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
Expand Down

0 comments on commit 27da6c5

Please sign in to comment.