matrix-synapse-plugins.synapse-http-antispam: 0.4.0 -> 0.5.0
This commit is contained in:
parent
4933e72bb9
commit
65a7e5e637
@ -10,14 +10,14 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "synapse-http-antispam";
|
pname = "synapse-http-antispam";
|
||||||
version = "0.4.0";
|
version = "0.5.0";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "maunium";
|
owner = "maunium";
|
||||||
repo = "synapse-http-antispam";
|
repo = "synapse-http-antispam";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-YvgHIZ5Kr9WsX30QN8W5OJ4sxLB7EsLqUmCye3x+JQA=";
|
hash = "sha256-hACoTd3qhmw4jfCphCYKm0lJzda4HVlRjyKjql6fte8=";
|
||||||
};
|
};
|
||||||
|
|
||||||
build-system = [ hatchling ];
|
build-system = [ hatchling ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user