python36Packages.qtawesome: 0.4.4 -> 0.5.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.6-qtawesome/versions
This commit is contained in:
R. RyanTM 2018-10-24 00:09:30 -07:00 committed by Frederik Rietdijk
parent 03daa8d9de
commit 0cbe7f0f6c

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "QtAwesome";
version = "0.4.4";
version = "0.5.1";
src = fetchPypi {
inherit pname version;
sha256 = "12l71wh9fcd79d6c7qfzp029iph6gv4daxpg2ddpzr9lrvcw3yah";
sha256 = "15n6ywfkx5vap0bvayh6n572kw5fkqnzpq5ga4a4d7v52nnxbba1";
};
propagatedBuildInputs = [ qtpy six pyside ];