Merge pull request #187374 from mweinelt/synadm
matrix-synapse.tools.synadm: 0.34 -> 0.35
This commit is contained in:
commit
9e15a5ce6c
1 changed files with 3 additions and 2 deletions
|
@ -4,12 +4,12 @@
|
|||
|
||||
with python3Packages; buildPythonApplication rec {
|
||||
pname = "synadm";
|
||||
version = "0.34";
|
||||
version = "0.35";
|
||||
format = "setuptools";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "sha256-pM1nY8j7W1aeWv7/H+9Sz9jo4u1sax/fuKPtx0JKtL8=";
|
||||
sha256 = "sha256-fZAlQF2n93w69I1+dwfLnoh1O+uNHYNe0/1dRQgIpX4=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
@ -20,6 +20,7 @@ with python3Packages; buildPythonApplication rec {
|
|||
propagatedBuildInputs = [
|
||||
click
|
||||
click-option-group
|
||||
dnspython
|
||||
tabulate
|
||||
pyyaml
|
||||
requests
|
||||
|
|
Loading…
Reference in a new issue