forked from mirrors/nixpkgs
wpgtk: 6.0.12 -> 6.0.13
This commit is contained in:
parent
7948c35be6
commit
98968b1854
|
@ -3,13 +3,13 @@
|
|||
|
||||
python3Packages.buildPythonApplication rec {
|
||||
pname = "wpgtk";
|
||||
version = "6.0.12";
|
||||
version = "6.0.13";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "deviantfero";
|
||||
repo = "wpgtk";
|
||||
rev = version;
|
||||
sha256 = "1wqdjq3pjgwb1da549izw3bzi1bk6q7d1hjw3i2zg5nhig1vvxw6";
|
||||
sha256 = "1fphv6k2hqfi3fzazjqmvip7sz9fhy5ccsgpqv68vfylrf8g1f92";
|
||||
};
|
||||
|
||||
buildInputs = [
|
||||
|
@ -43,7 +43,7 @@ python3Packages.buildPythonApplication rec {
|
|||
|
||||
INFO: To work properly, this tool needs "programs.dconf.enable = true" on nixos or dconf installed. A reboot may be required after installing dconf.
|
||||
'';
|
||||
homepage = https://github.com/deviantfero/wpgtk;
|
||||
homepage = "https://github.com/deviantfero/wpgtk";
|
||||
license = licenses.gpl2;
|
||||
platforms = platforms.linux;
|
||||
maintainers = [ maintainers.melkor333 ];
|
||||
|
|
Loading…
Reference in a new issue