matrix-synapse.tools.synadm: 0.32 -> 0.33.1

This commit is contained in:
Martin Weinelt 2022-02-09 13:42:36 +01:00
parent 9fc8e0bb56
commit 381d870fa3
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.32";
version = "0.33.1";
format = "setuptools";
src = fetchPypi {
inherit pname version;
sha256 = "e3fc0db4920d36092a00080fe5b6dac867a6d19f630f69822c8544568f5885e2";
sha256 = "sha256-eIpRyx1iErZuB3n+Sl231BE47ckIXYzaelod7OtdSF8=";
};
postPatch = ''