python36Packages.qtawesome: 0.5.1 -> 0.5.2

* python36Packages.qtawesome: 0.5.1 -> 0.5.2 (#50603)

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

*  pythonPackages.qtawesome: linux platforms only
This commit is contained in:
R. RyanTM 2018-11-18 14:49:30 -08:00 committed by Renaud
parent a493b60c74
commit c8eaf885d3

View File

@ -2,11 +2,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "QtAwesome"; pname = "QtAwesome";
version = "0.5.1"; version = "0.5.2";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "15n6ywfkx5vap0bvayh6n572kw5fkqnzpq5ga4a4d7v52nnxbba1"; sha256 = "1b5l9xmymyqlkm1phxyfw3s94ydkk3hykndjbkb24n5nfy46h5gl";
}; };
propagatedBuildInputs = [ qtpy six pyside ]; propagatedBuildInputs = [ qtpy six pyside ];
@ -15,5 +15,6 @@ buildPythonPackage rec {
description = "Iconic fonts in PyQt and PySide applications"; description = "Iconic fonts in PyQt and PySide applications";
homepage = https://github.com/spyder-ide/qtawesome; homepage = https://github.com/spyder-ide/qtawesome;
license = licenses.mit; license = licenses.mit;
platforms = platforms.linux; # fails on Darwin
}; };
} }