python: aiohttp-jinja2: 1.0.0 -> 1.1.0

This commit is contained in:
Frederik Rietdijk 2018-11-04 11:34:52 +01:00
parent b7ecee98e7
commit 2f7b1fd06b
1 changed files with 2 additions and 2 deletions

View File

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "aiohttp-jinja2";
version = "1.0.0";
version = "1.1.0";
src = fetchPypi {
inherit pname version;
sha256 = "df1ba60b8779d232a23e5e38589b85f6430e9ace5adce546353155349bdea023";
sha256 = "aef9b6595f962182ad00c990095fb51d731c280e1d183e2b28cf0bdb5a942d0c";
};
propagatedBuildInputs = [ aiohttp jinja2 ];