Merge pull request #134738 from r-ryantm/auto-update/python3.8-QtAwesome

This commit is contained in:
Sandro 2021-08-26 18:49:47 +02:00 committed by GitHub
commit b3d5eef6f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "QtAwesome";
version = "1.0.2";
version = "1.0.3";
src = fetchPypi {
inherit pname version;
sha256 = "771dd95ac4f50d647d18b4e892fd310a580b56d258476554c7b3498593dfd887";
sha256 = "d37bbeb69ddc591e5ff036b741bda8d1d92133811f1f5a7150021506f70b8e6e";
};
propagatedBuildInputs = [ qtpy six ];