python: deluge-client: 1.4.0 -> 1.6.0
This commit is contained in:
parent
ecd4d64713
commit
26ffcf2ab9
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "deluge-client";
|
pname = "deluge-client";
|
||||||
version = "1.4.0";
|
version = "1.6.0";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "86979ebcb9f1f991554308e88c7a57469cbf339958b44c71cbdcba128291b043";
|
sha256 = "a95d5bc3cf12e842793cb90eecef5c91f4bd8a7fc4e1e8fdef36d62b643d87cb";
|
||||||
};
|
};
|
||||||
|
|
||||||
# it will try to connect to a running instance
|
# it will try to connect to a running instance
|
||||||
|
Loading…
x
Reference in New Issue
Block a user