Merge pull request #103105 from jonafato/lollypop-1.4.5

lollypop: 1.3.2 -> 1.4.5
This commit is contained in:
WORLDofPEACE 2020-11-08 21:11:52 -05:00 committed by GitHub
commit 1842de84e0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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