guake: 3.3.2 -> 3.4.0 (#47795)
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/guake/versions
This commit is contained in:
parent
b2f7b14380
commit
310df54aa4
@ -2,7 +2,7 @@
|
|||||||
, gtk3, keybinder3, libnotify, libutempter, vte }:
|
, gtk3, keybinder3, libnotify, libutempter, vte }:
|
||||||
|
|
||||||
let
|
let
|
||||||
version = "3.3.2";
|
version = "3.4.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 = "0cz58wfsa66j01sqpka7908ilj5ch3jdxaxzqdi8yspqwzz5iwc7";
|
sha256 = "1j38z968ha8ij6wrgbwvr8ad930nvhybm9g7pf4s4zv6d3vln0vm";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ gettext gobjectIntrospection wrapGAppsHook python3.pkgs.pip glibcLocales ];
|
nativeBuildInputs = [ gettext gobjectIntrospection wrapGAppsHook python3.pkgs.pip glibcLocales ];
|
||||||
|
Loading…
Reference in New Issue
Block a user