matrix-synapse-plugins.synapse-http-antispam: 0.4.0 -> 0.5.0 (#420565)

This commit is contained in:
Wolfgang Walther 2025-07-10 08:59:59 +00:00 committed by GitHub
commit 24fd91b34c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "synapse-http-antispam";
version = "0.4.0";
version = "0.5.0";
pyproject = true;
src = fetchFromGitHub {
owner = "maunium";
repo = "synapse-http-antispam";
tag = "v${version}";
hash = "sha256-YvgHIZ5Kr9WsX30QN8W5OJ4sxLB7EsLqUmCye3x+JQA=";
hash = "sha256-hACoTd3qhmw4jfCphCYKm0lJzda4HVlRjyKjql6fte8=";
};
build-system = [ hatchling ];