python37Packages.qtawesome: 0.5.3 -> 0.5.5

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-qtawesome/versions
This commit is contained in:
R. RyanTM 2019-01-16 14:44:53 -08:00 committed by Frederik Rietdijk
parent 5d6b38f22b
commit 0e794fdba7

View File

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "QtAwesome";
version = "0.5.3";
version = "0.5.5";
src = fetchPypi {
inherit pname version;
sha256 = "8dfd8bcac56caa6d81639fc43db673b62aeca6129f4c8e9b1da17a32c0d309fd";
sha256 = "0yb194c927g9nqknfb49nfqv32l74bb0m71wswijbbybb7syabbl";
};
propagatedBuildInputs = [ qtpy six pyside ];