python37Packages.flask-api: 1.0 -> 1.1

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.7-flask-api/versions
This commit is contained in:
R. RyanTM 2019-01-02 11:26:43 -08:00 committed by worldofpeace
parent d4fa0d00f3
commit b1313ff94e

View File

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "Flask-API";
version = "1.0";
version = "1.1";
src = fetchPypi {
inherit pname version;
sha256 = "0dffcy2hdkajbvl2wkz9dam49v05x9d87cf2mh2cyvza2c5ah47w";
sha256 = "0r23pdlaz6ibz9vml3m7v6v3firvykbrsi1zzxkdhls0zi9jq560";
};
propagatedBuildInputs = [ flask markdown ];