mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 08:36:41 +01:00
python3Packages.qdarkstyle: 2.6.6 -> 2.6.8
https://github.com/ColinDuquesnoy/QDarkStyleSheet/releases/tag/2.6.8 https://github.com/ColinDuquesnoy/QDarkStyleSheet/releases/tag/2.6.7
This commit is contained in:
parent
c34ba30888
commit
38c0e04ed9
1 changed files with 2 additions and 2 deletions
|
@ -2,12 +2,12 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "qdarkstyle";
|
||||
version = "2.6.6";
|
||||
version = "2.6.8";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit version;
|
||||
pname = "QDarkStyle";
|
||||
sha256 = "1jbvvg36fnbvpzvg4ns7zx5jj8h1xsqdr05v5m98a0a9r8awdx3m";
|
||||
sha256 = "18l2ynq2x8jd380nr47xy947c3qdmhv8nnxnan03y5d51azm8yh3";
|
||||
};
|
||||
|
||||
# No tests available
|
||||
|
|
Loading…
Reference in a new issue