about summary refs log tree commit diff
path: root/pkgs/applications/networking/pyload
diff options
context:
space:
mode:
authorMatthias Herrmann <matthias.mh.herrmann@googlemail.com>2016-11-26 16:20:02 +0100
committerMatthias Herrmann <matthias.mh.herrmann@googlemail.com>2016-11-26 16:20:02 +0100
commit8ee4a1fd65e78ea82fde096ea8fd510224cecf8b (patch)
tree2e672f6ee8277ac9475001951865b61b8a1cfb95 /pkgs/applications/networking/pyload
parent01172c2ccffd9f6cf646ec270ed5e4dbba48d166 (diff)
downloadnixlib-8ee4a1fd65e78ea82fde096ea8fd510224cecf8b.tar
nixlib-8ee4a1fd65e78ea82fde096ea8fd510224cecf8b.tar.gz
nixlib-8ee4a1fd65e78ea82fde096ea8fd510224cecf8b.tar.bz2
nixlib-8ee4a1fd65e78ea82fde096ea8fd510224cecf8b.tar.lz
nixlib-8ee4a1fd65e78ea82fde096ea8fd510224cecf8b.tar.xz
nixlib-8ee4a1fd65e78ea82fde096ea8fd510224cecf8b.tar.zst
nixlib-8ee4a1fd65e78ea82fde096ea8fd510224cecf8b.zip
pyload: add send2trash as dep
With this pyload is able to move compressed files into trash after unpacking them
Diffstat (limited to 'pkgs/applications/networking/pyload')
-rw-r--r--pkgs/applications/networking/pyload/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/pyload/default.nix b/pkgs/applications/networking/pyload/default.nix
index 9be45e126a12..f8cd1ab1d00b 100644
--- a/pkgs/applications/networking/pyload/default.nix
+++ b/pkgs/applications/networking/pyload/default.nix
@@ -6,8 +6,8 @@ pythonPackages.buildPythonApplication rec {
   src = fetchFromGitHub {
     owner = "pyload";
     repo = "pyload";
-    rev = "03f3ad9e39da2b9a378987693c4a69720e4084c7";
-    sha256 = "0fgsz6yzxrlq3qvsyxsyzgmy4za35v1xh3i4drhispk9zb5jm1xx";
+    rev = "721ea9f089217b9cb0f2799c051116421faac081";
+    sha256 = "1ad4r9slx1wgvd2fs4plfbpzi4i2l2bk0lybzsb2ncgh59m87h54";
   };
 
   patches =
@@ -29,7 +29,7 @@ pythonPackages.buildPythonApplication rec {
 
   propagatedBuildInputs = with pythonPackages; [
     pycurl jinja2 beaker thrift simplejson pycrypto feedparser tkinter
-    beautifulsoup
+    beautifulsoup send2trash
   ];
 
   #remove this once the PR patches above are merged. Needed because githubs diff endpoint