python: pew: 1.1.0 -> 1.1.2

This commit is contained in:
Frederik Rietdijk 2018-02-26 18:47:57 +01:00
parent fdb6655f2c
commit aec31bf362

View File

@ -2,11 +2,11 @@
with python3Packages; buildPythonApplication rec { with python3Packages; buildPythonApplication rec {
name = "${pname}-${version}"; name = "${pname}-${version}";
pname = "pew"; pname = "pew";
version = "1.1.0"; version = "1.1.2";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "0b8z1vjsll1kgnh3mmdjps5rr9gayy091rapp2dra71jrwkx3yfh"; sha256 = "b8312728526c9010295c88215c95a1b1731fdbd1a568f728e069932bd0545611";
}; };
propagatedBuildInputs = [ virtualenv virtualenv-clone setuptools ]; propagatedBuildInputs = [ virtualenv virtualenv-clone setuptools ];