python: deluge-client: 1.3.0 -> 1.4.0

This commit is contained in:
Robert Schütz 2018-05-12 06:10:11 +02:00
parent 69b584ac3b
commit a707c1365c
1 changed files with 2 additions and 2 deletions

View File

@ -2,11 +2,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "deluge-client"; pname = "deluge-client";
version = "1.3.0"; version = "1.4.0";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "27a7f4c6da8f057e03171a493f17340f39f288199a21beb3226a188ab3c02cea"; sha256 = "86979ebcb9f1f991554308e88c7a57469cbf339958b44c71cbdcba128291b043";
}; };
# it will try to connect to a running instance # it will try to connect to a running instance