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

This commit is contained in:
R. Ryantm 2022-09-04 14:33:29 +00:00
parent 39bce34f6e
commit 404cd8a167

View File

@ -4,12 +4,12 @@
with python3Packages; buildPythonApplication rec {
pname = "synadm";
version = "0.35";
version = "0.36";
format = "setuptools";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-fZAlQF2n93w69I1+dwfLnoh1O+uNHYNe0/1dRQgIpX4=";
sha256 = "sha256-OMXUbfAC927qJw0B5sq1lGJQRkFAUdohIOkCYUbZumI=";
};
postPatch = ''