python37Packages.flask-jwt-extended: 3.23.0 -> 3.24.0

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-jwt-extended/versions
This commit is contained in:
R. RyanTM 2019-10-23 05:13:33 -07:00 committed by Jon
parent aa8ca80e36
commit b3c2e3890d

View file

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "Flask-JWT-Extended";
version = "3.23.0";
version = "3.24.0";
src = fetchPypi {
inherit pname version;
sha256 = "05nf94dp80i68gs61pf67qj1y6i56jgdxmibqmns5wz6z33fi7wj";
sha256 = "1znqjp780nrp94hjcrcx0945izzl3zsrqkmdac44d2fmlnbdp2by";
};
propagatedBuildInputs = [ dateutil flask pyjwt werkzeug ];