mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-05 03:34:12 +00:00
pythonPackages.qdarkstyle: 3.1 -> 3.2.3
This commit is contained in:
parent
f5c27c6136
commit
0a92d24ab9
@ -7,12 +7,12 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "qdarkstyle";
|
pname = "qdarkstyle";
|
||||||
version = "3.1";
|
version = "3.2.3";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit version;
|
inherit version;
|
||||||
pname = "QDarkStyle";
|
pname = "QDarkStyle";
|
||||||
hash = "sha256-YAWE1iU0Pg3dEo3gg5PTw1Y3eGpJgn8XTSmqfKqCecE=";
|
hash = "sha256-DAt/dKbpISEAiZKzabq2BGgVfbHALNMNZKXpo7QC8a4=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# No tests available
|
# No tests available
|
||||||
|
Loading…
Reference in New Issue
Block a user