Merge pull request #187374 from mweinelt/synadm

matrix-synapse.tools.synadm: 0.34 -> 0.35
This commit is contained in:
Jonas Heinrich 2022-08-20 13:43:39 +02:00 committed by GitHub
commit 9e15a5ce6c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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