Merge pull request #43771 from r-ryantm/auto-update/guake

guake: 3.3.0 -> 3.3.2
This commit is contained in:
Frederik Rietdijk 2018-07-21 10:59:09 +02:00 committed by GitHub
commit 2c3a2b1535
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
, gtk3, keybinder3, libnotify, libutempter, vte }: , gtk3, keybinder3, libnotify, libutempter, vte }:
let let
version = "3.3.0"; version = "3.3.2";
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 = "1wckzz18rpgacnkynh4rknhhki52agd76i2p80kk9rlrdifqs788"; sha256 = "0cz58wfsa66j01sqpka7908ilj5ch3jdxaxzqdi8yspqwzz5iwc7";
}; };
nativeBuildInputs = [ gettext gobjectIntrospection wrapGAppsHook python3.pkgs.pip glibcLocales ]; nativeBuildInputs = [ gettext gobjectIntrospection wrapGAppsHook python3.pkgs.pip glibcLocales ];