python: deluge-client: 1.2.0 -> 1.3.0

This commit is contained in:
Frederik Rietdijk 2018-04-04 20:06:24 +02:00
parent 5c0d4e55d6
commit 17ce1758d8

View File

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