python27Packages.flask-babelex: 0.9.3 -> 0.9.4

This commit is contained in:
R. RyanTM 2020-02-24 09:21:27 +00:00 committed by Jon
parent e188bd84d4
commit 58f608339a

View File

@ -10,12 +10,12 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "flask-babelex"; pname = "flask-babelex";
version = "0.9.3"; version = "0.9.4";
src = fetchPypi { src = fetchPypi {
inherit version; inherit version;
pname = "Flask-BabelEx"; pname = "Flask-BabelEx";
sha256 = "cf79cdedb5ce860166120136b0e059e9d97b8df07a3bc2411f6243de04b754b4"; sha256 = "09yfr8hlwvpgvq8kp1y7qbnnl0q28hi0348bv199ssiqx779r99r";
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [
@ -40,7 +40,7 @@ buildPythonPackage rec {
meta = with lib; { meta = with lib; {
description = "Adds i18n/l10n support to Flask applications"; description = "Adds i18n/l10n support to Flask applications";
homepage = https://github.com/mrjoes/flask-babelex; homepage = "https://github.com/mrjoes/flask-babelex";
license = licenses.bsd3; license = licenses.bsd3;
maintainers = [ maintainers.costrouc ]; maintainers = [ maintainers.costrouc ];
}; };