matrix-synapse-plugins.synapse-http-antispam: 0.3.0 -> 0.4.0 (#408505)

This commit is contained in:
Nick Cao
2025-05-20 20:05:22 -04:00
committed by GitHub
@@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "synapse-http-antispam";
version = "0.3.0";
version = "0.4.0";
pyproject = true;
src = fetchFromGitHub {
owner = "maunium";
repo = "synapse-http-antispam";
tag = "v${version}";
hash = "sha256-wWm23+3o+/nx3xGkyShJm28mDPTbOhPbKgW3WfuB0Ng=";
hash = "sha256-YvgHIZ5Kr9WsX30QN8W5OJ4sxLB7EsLqUmCye3x+JQA=";
};
build-system = [ hatchling ];