about summary refs log tree commit diff
path: root/pkgs/applications/audio
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2019-05-16 08:17:55 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2019-05-16 08:17:55 +0200
commitd4464ff8fece75890a0f2dd90bb1f20a833cfcec (patch)
treede42715dd4311d6e7e5f0f697ec8f641f4bb7a33 /pkgs/applications/audio
parent8abe5ee07ee6b23fb014709f01bb161a62407a44 (diff)
parenta2aab0e413516f565a00d2d105684944c2bdabeb (diff)
downloadnixlib-d4464ff8fece75890a0f2dd90bb1f20a833cfcec.tar
nixlib-d4464ff8fece75890a0f2dd90bb1f20a833cfcec.tar.gz
nixlib-d4464ff8fece75890a0f2dd90bb1f20a833cfcec.tar.bz2
nixlib-d4464ff8fece75890a0f2dd90bb1f20a833cfcec.tar.lz
nixlib-d4464ff8fece75890a0f2dd90bb1f20a833cfcec.tar.xz
nixlib-d4464ff8fece75890a0f2dd90bb1f20a833cfcec.tar.zst
nixlib-d4464ff8fece75890a0f2dd90bb1f20a833cfcec.zip
Merge master into staging-next
Diffstat (limited to 'pkgs/applications/audio')
-rw-r--r--pkgs/applications/audio/lollypop/default.nix7
1 files changed, 3 insertions, 4 deletions
diff --git a/pkgs/applications/audio/lollypop/default.nix b/pkgs/applications/audio/lollypop/default.nix
index 2a790514447d..c12ea8851679 100644
--- a/pkgs/applications/audio/lollypop/default.nix
+++ b/pkgs/applications/audio/lollypop/default.nix
@@ -21,7 +21,7 @@
 
 python3.pkgs.buildPythonApplication rec  {
   pname = "lollypop";
-  version = "1.0.7";
+  version = "1.0.10";
 
   format = "other";
   doCheck = false;
@@ -30,7 +30,7 @@ python3.pkgs.buildPythonApplication rec  {
     url = "https://gitlab.gnome.org/World/lollypop";
     rev = "refs/tags/${version}";
     fetchSubmodules = true;
-    sha256 = "0gdds4qssn32axsa5janqny5i4426azj5wyj6bzn026zs3z38svn";
+    sha256 = "118z1qhvpv7x5n63lpm4mf81pmv7gd450sa55i68mnjvry93h9h5";
   };
 
   nativeBuildInputs = [
@@ -59,10 +59,8 @@ python3.pkgs.buildPythonApplication rec  {
 
   propagatedBuildInputs = with python3.pkgs; [
     beautifulsoup4
-    gst-python
     pillow
     pycairo
-    pydbus
     pygobject3
   ]
   ++ lib.optional lastFMSupport pylast
@@ -84,6 +82,7 @@ python3.pkgs.buildPythonApplication rec  {
     description = "A modern music player for GNOME";
     homepage = https://wiki.gnome.org/Apps/Lollypop;
     license = licenses.gpl3Plus;
+    changelog = "https://gitlab.gnome.org/World/lollypop/tags/${version}";
     maintainers = with maintainers; [ worldofpeace ];
     platforms = platforms.linux;
   };