forked from mirrors/nixpkgs
Merge pull request #42501 from r-ryantm/auto-update/guake
guake: 3.2.2 -> 3.3.0
This commit is contained in:
commit
2db544ad99
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
, gtk3, keybinder3, libnotify, libutempter, vte }:
|
, gtk3, keybinder3, libnotify, libutempter, vte }:
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "3.2.2";
|
version = "3.3.0";
|
||||||
in python3.pkgs.buildPythonApplication rec {
|
in python3.pkgs.buildPythonApplication rec {
|
||||||
name = "guake-${version}";
|
name = "guake-${version}";
|
||||||
format = "other";
|
format = "other";
|
||||||
|
@ -11,7 +11,7 @@ in python3.pkgs.buildPythonApplication rec {
|
||||||
owner = "Guake";
|
owner = "Guake";
|
||||||
repo = "guake";
|
repo = "guake";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "1wx8vghn0h52xryyn6cf9z1lbwsk766lhff162szbaxlxyl6xsc0";
|
sha256 = "1wckzz18rpgacnkynh4rknhhki52agd76i2p80kk9rlrdifqs788";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ gettext gobjectIntrospection wrapGAppsHook python3.pkgs.pip glibcLocales ];
|
nativeBuildInputs = [ gettext gobjectIntrospection wrapGAppsHook python3.pkgs.pip glibcLocales ];
|
||||||
|
|
Loading…
Add table
Reference in a new issue