mousai: 0.3.2 -> 0.4.1 (#124112)
https://github.com/SeaDve/Mousai/releases/tag/v0.4.0 https://github.com/SeaDve/Mousai/releases/tag/v0.4.1
This commit is contained in:
parent
7f6e0b37df
commit
a57e8bef58
@ -7,8 +7,8 @@
|
|||||||
, glib
|
, glib
|
||||||
, gobject-introspection
|
, gobject-introspection
|
||||||
, gst_all_1
|
, gst_all_1
|
||||||
, gtk3
|
, gtk4
|
||||||
, libhandy
|
, libadwaita
|
||||||
, librsvg
|
, librsvg
|
||||||
, meson
|
, meson
|
||||||
, ninja
|
, ninja
|
||||||
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
python3.pkgs.buildPythonApplication rec {
|
python3.pkgs.buildPythonApplication rec {
|
||||||
pname = "mousai";
|
pname = "mousai";
|
||||||
version = "0.3.2";
|
version = "0.4.1";
|
||||||
|
|
||||||
format = "other";
|
format = "other";
|
||||||
|
|
||||||
@ -26,7 +26,7 @@ python3.pkgs.buildPythonApplication rec {
|
|||||||
owner = "SeaDve";
|
owner = "SeaDve";
|
||||||
repo = "Mousai";
|
repo = "Mousai";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-sBB2kqlC+2qPgQinhGxY8lq9unxgQoOOhDP5o1pUWMo=";
|
sha256 = "sha256-AfR5n1dIm9X5OoPiikQEhHBFQq0rmQH4h7cCJ2yXoXI=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
@ -38,7 +38,7 @@ python3.pkgs.buildPythonApplication rec {
|
|||||||
desktop-file-utils
|
desktop-file-utils
|
||||||
gettext
|
gettext
|
||||||
glib
|
glib
|
||||||
gtk3
|
gtk4
|
||||||
meson
|
meson
|
||||||
ninja
|
ninja
|
||||||
pkg-config
|
pkg-config
|
||||||
@ -50,8 +50,8 @@ python3.pkgs.buildPythonApplication rec {
|
|||||||
gst_all_1.gstreamer
|
gst_all_1.gstreamer
|
||||||
gst_all_1.gst-plugins-base
|
gst_all_1.gst-plugins-base
|
||||||
gst_all_1.gst-plugins-good
|
gst_all_1.gst-plugins-good
|
||||||
gtk3
|
gtk4
|
||||||
libhandy
|
libadwaita
|
||||||
librsvg
|
librsvg
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user