Merge pull request #168066 from r-ryantm/auto-update/matrix-synapse-tools.synadm

This commit is contained in:
Martin Weinelt 2022-04-10 01:22:33 +02:00 committed by GitHub
commit 797fdd3859
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.33.1";
version = "0.34";
format = "setuptools";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-eIpRyx1iErZuB3n+Sl231BE47ckIXYzaelod7OtdSF8=";
sha256 = "sha256-pM1nY8j7W1aeWv7/H+9Sz9jo4u1sax/fuKPtx0JKtL8=";
};
postPatch = ''