Merge pull request #61893 from r-ryantm/auto-update/python3.7-deluge-client
python37Packages.deluge-client: 1.7.0 -> 1.7.1
This commit is contained in:
commit
bc41a32c75
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "deluge-client";
|
pname = "deluge-client";
|
||||||
version = "1.7.0";
|
version = "1.7.1";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "7c2bb6baa3183f039125fc490f47f8c6699312c3e69fcada89e9e70f63c6e092";
|
sha256 = "1ragmpihjr9p6n27hw7gy83qyc68csqpn18m9kvwsby1vi7mgdy8";
|
||||||
};
|
};
|
||||||
|
|
||||||
# it will try to connect to a running instance
|
# it will try to connect to a running instance
|
||||||
|
Loading…
Reference in New Issue
Block a user