diffuse: 0.7.5 -> 0.7.7

This commit is contained in:
Mario Hros 2022-10-24 15:04:04 +02:00 committed by Bjørn Forsman
parent 13c8b5b38e
commit d3a6b5959b

View file

@ -9,17 +9,18 @@
, gdk-pixbuf , gdk-pixbuf
, python3 , python3
, atk , atk
, gtk3
}: }:
python3.pkgs.buildPythonApplication rec { python3.pkgs.buildPythonApplication rec {
pname = "diffuse"; pname = "diffuse";
version = "0.7.5"; version = "0.7.7";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "MightyCreak"; owner = "MightyCreak";
repo = "diffuse"; repo = "diffuse";
rev = "v${version}"; rev = "v${version}";
sha256 = "0nd1fyl40wyc98jclcxv8zlnm744lrr51fahh5h9v4ksk184h4z8"; sha256 = "7tidv01znXYYSOKe3cH2+gSBF00aneL9nealcE5avcE=";
}; };
format = "other"; format = "other";
@ -33,10 +34,10 @@ python3.pkgs.buildPythonApplication rec {
]; ];
buildInputs = [ buildInputs = [
gobject-introspection
pango pango
gdk-pixbuf gdk-pixbuf
atk atk
gtk3
]; ];
propagatedBuildInputs = with python3.pkgs; [ propagatedBuildInputs = with python3.pkgs; [