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

This commit is contained in:
R. Ryantm 2022-11-09 19:47:07 +00:00
parent 21e0ed0ef1
commit 293cbc467d

View File

@ -4,12 +4,12 @@
with python3Packages; buildPythonApplication rec {
pname = "synadm";
version = "0.36";
version = "0.37.1";
format = "setuptools";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-OMXUbfAC927qJw0B5sq1lGJQRkFAUdohIOkCYUbZumI=";
sha256 = "sha256-6RlgPiYxbnTGJBpNIM1dzAuGTbvydnXkfywSsI0G/oc=";
};
postPatch = ''