python27Packages.qdarkstyle: 2.8 -> 2.8.1
This commit is contained in:
parent
d5b7f97098
commit
a15897c0cd
@ -7,12 +7,12 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "qdarkstyle";
|
pname = "qdarkstyle";
|
||||||
version = "2.8";
|
version = "2.8.1";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit version;
|
inherit version;
|
||||||
pname = "QDarkStyle";
|
pname = "QDarkStyle";
|
||||||
sha256 = "6a967c4b664446f8bed9df12d1032cf68cb54f186bfc9cbfdbbc756bf9a5d475";
|
sha256 = "0883vzg35fzpyl1aiijzpfcdfvpq5vi325w0m7xkx7nxplh02fym";
|
||||||
};
|
};
|
||||||
|
|
||||||
# No tests available
|
# No tests available
|
||||||
@ -22,7 +22,7 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "A dark stylesheet for Python and Qt applications";
|
description = "A dark stylesheet for Python and Qt applications";
|
||||||
homepage = https://github.com/ColinDuquesnoy/QDarkStyleSheet;
|
homepage = "https://github.com/ColinDuquesnoy/QDarkStyleSheet";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ nyanloutre ];
|
maintainers = with maintainers; [ nyanloutre ];
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user