python: deluge-client: 1.8.0 -> 1.9.0
This commit is contained in:
parent
7894e020ae
commit
69dd80b673
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "deluge-client";
|
pname = "deluge-client";
|
||||||
version = "1.8.0";
|
version = "1.9.0";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "4eac169b4b08008cacf4e5e26e82302a7ccd43c07846d1a1228f3e271a128de2";
|
sha256 = "0d2f12108a147d44590c8df63997fcb32f8b2fbc18f8cbb221f0136e2e372b85";
|
||||||
};
|
};
|
||||||
|
|
||||||
# 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