lollypop: 1.4.31 -> 1.4.34

This commit is contained in:
Bernardo Meurer 2022-08-02 23:41:05 -07:00
parent 1830dc8874
commit 1f3dfdd3ef
No known key found for this signature in database
GPG Key ID: F4C0D53B8D14C246

View File

@ -25,7 +25,7 @@
python3.pkgs.buildPythonApplication rec {
pname = "lollypop";
version = "1.4.31";
version = "1.4.34";
format = "other";
doCheck = false;
@ -34,7 +34,7 @@ python3.pkgs.buildPythonApplication rec {
url = "https://gitlab.gnome.org/World/lollypop";
rev = "refs/tags/${version}";
fetchSubmodules = true;
sha256 = "sha256-kWqTDhk7QDmN0yr6x8ER5oHkUAkP3i5yOabnNXSHSqA=";
sha256 = "sha256-nkrnmpM/mVrXVGkfwzmbSxsO1L890LgsjxSXAYjevCs=";
};
nativeBuildInputs = [