lollypop: 1.4.35 -> 1.4.37

This commit is contained in:
zendo 2023-02-07 14:54:46 +08:00
parent a46d9dd25b
commit f4ff5a5943

View file

@ -1,5 +1,5 @@
{ lib { lib
, fetchgit , fetchFromGitLab
, nix-update-script , nix-update-script
, meson , meson
, ninja , ninja
@ -9,7 +9,7 @@
, gst_all_1 , gst_all_1
, libhandy , libhandy
, libsecret , libsecret
, libsoup , libsoup_3
, appstream-glib , appstream-glib
, desktop-file-utils , desktop-file-utils
, totem-pl-parser , totem-pl-parser
@ -25,16 +25,17 @@
python3.pkgs.buildPythonApplication rec { python3.pkgs.buildPythonApplication rec {
pname = "lollypop"; pname = "lollypop";
version = "1.4.35"; version = "1.4.37";
format = "other"; format = "other";
doCheck = false;
src = fetchgit { src = fetchFromGitLab {
url = "https://gitlab.gnome.org/World/lollypop"; domain = "gitlab.gnome.org";
rev = "refs/tags/${version}"; owner = "World";
repo = pname;
rev = version;
fetchSubmodules = true; fetchSubmodules = true;
sha256 = "sha256-Rdp0gZjdj2tXOWarsTpqgvSZVXAQsCLfk5oUyalE/ZA="; sha256 = "sha256-3GPmGNbbSxvLq0t3F9q1x64BwNQCEvFQWLb0bSO9KUY=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [
@ -59,7 +60,7 @@ python3.pkgs.buildPythonApplication rec {
gstreamer gstreamer
gtk3 gtk3
libhandy libhandy
libsoup libsoup_3
pango pango
totem-pl-parser totem-pl-parser
] ++ lib.optional lastFMSupport libsecret; ] ++ lib.optional lastFMSupport libsecret;
@ -98,7 +99,6 @@ python3.pkgs.buildPythonApplication rec {
updateScript = nix-update-script { }; updateScript = nix-update-script { };
}; };
meta = with lib; { meta = with lib; {
changelog = "https://gitlab.gnome.org/World/lollypop/tags/${version}"; changelog = "https://gitlab.gnome.org/World/lollypop/tags/${version}";
description = "A modern music player for GNOME"; description = "A modern music player for GNOME";