mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
python27Packages.qdarkstyle: 2.8 -> 2.8.1
This commit is contained in:
parent
d5b7f97098
commit
a15897c0cd
1 changed files with 3 additions and 3 deletions
|
@ -7,12 +7,12 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "qdarkstyle";
|
||||
version = "2.8";
|
||||
version = "2.8.1";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit version;
|
||||
pname = "QDarkStyle";
|
||||
sha256 = "6a967c4b664446f8bed9df12d1032cf68cb54f186bfc9cbfdbbc756bf9a5d475";
|
||||
sha256 = "0883vzg35fzpyl1aiijzpfcdfvpq5vi325w0m7xkx7nxplh02fym";
|
||||
};
|
||||
|
||||
# No tests available
|
||||
|
@ -22,7 +22,7 @@ buildPythonPackage rec {
|
|||
|
||||
meta = with lib; {
|
||||
description = "A dark stylesheet for Python and Qt applications";
|
||||
homepage = https://github.com/ColinDuquesnoy/QDarkStyleSheet;
|
||||
homepage = "https://github.com/ColinDuquesnoy/QDarkStyleSheet";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ nyanloutre ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue