matrix-synapse-tools.synadm: 0.29 -> 0.30

This commit is contained in:
R. RyanTM 2021-09-12 06:06:56 +00:00
parent f6e9e908cc
commit c46b72cb8b

View File

@ -4,12 +4,12 @@
with python3Packages; buildPythonApplication rec { with python3Packages; buildPythonApplication rec {
pname = "synadm"; pname = "synadm";
version = "0.29"; version = "0.30";
format = "setuptools"; format = "setuptools";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "1vy30nwsns4jnv0s5i9jpyplxpclgwyw0gldpywv4z3fljs0lzik"; sha256 = "9e7c2e2540fb786c1064a9a2bfe6ef3ec8b0ed27f6fd6beda80ed615c72a6103";
}; };
postPatch = '' postPatch = ''