matrix-synapse-plugins.synapse-http-antispam: 0.4.0 -> 0.5.0

This commit is contained in:
R. Ryantm 2025-06-27 15:32:09 +00:00
parent 4933e72bb9
commit 65a7e5e637

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 ];