matrix-synapse.tools.synadm: 0.34 -> 0.35

https://github.com/JOJ0/synadm/releases/tag/v0.35
This commit is contained in:
Martin Weinelt 2022-08-19 02:37:10 +02:00
parent 5efa052928
commit 76e45461fa
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -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