lollypop: 1.3.2 -> 1.4.5

lollypop has a new release.

[Full changelog](https://gitlab.gnome.org/World/lollypop/-/compare/1.3.2...1.4.5)
This commit is contained in:
Jon Banafato 2020-11-07 19:29:44 -05:00
parent 5e1cf83383
commit ac0323064d

View File

@ -7,6 +7,7 @@
, python3 , python3
, gtk3 , gtk3
, gst_all_1 , gst_all_1
, libhandy
, libsecret , libsecret
, libsoup , libsoup
, appstream-glib , appstream-glib
@ -24,7 +25,7 @@
python3.pkgs.buildPythonApplication rec { python3.pkgs.buildPythonApplication rec {
pname = "lollypop"; pname = "lollypop";
version = "1.3.2"; version = "1.4.5";
format = "other"; format = "other";
doCheck = false; doCheck = false;
@ -33,7 +34,7 @@ python3.pkgs.buildPythonApplication rec {
url = "https://gitlab.gnome.org/World/lollypop"; url = "https://gitlab.gnome.org/World/lollypop";
rev = "refs/tags/${version}"; rev = "refs/tags/${version}";
fetchSubmodules = true; fetchSubmodules = true;
sha256 = "14854j1dhq67s1vzs0lqy345vbl6f5w8nb36n4i33fmpva2flsk3"; sha256 = "1i5qcpp3fpkda08g6nkiiff8lsjmv5xsvpa0512kigq5z0lsagrx";
}; };
nativeBuildInputs = [ nativeBuildInputs = [
@ -57,6 +58,7 @@ python3.pkgs.buildPythonApplication rec {
gst-plugins-ugly gst-plugins-ugly
gstreamer gstreamer
gtk3 gtk3
libhandy
libsoup libsoup
pango pango
totem-pl-parser totem-pl-parser