mirror of
https://mau.dev/maunium/synapse.git
synced 2024-11-20 12:24:59 +01:00
Update dependency links
This commit is contained in:
parent
c52e8d395b
commit
af89456c3c
1 changed files with 2 additions and 2 deletions
|
@ -26,8 +26,8 @@ def github_link(project, version, egg):
|
||||||
DEPENDENCY_LINKS = [
|
DEPENDENCY_LINKS = [
|
||||||
github_link(
|
github_link(
|
||||||
project="matrix-org/syutil",
|
project="matrix-org/syutil",
|
||||||
version="v0.0.2",
|
version="v0.0.3",
|
||||||
egg="syutil-0.0.2",
|
egg="syutil-0.0.3",
|
||||||
),
|
),
|
||||||
github_link(
|
github_link(
|
||||||
project="matrix-org/matrix-angular-sdk",
|
project="matrix-org/matrix-angular-sdk",
|
||||||
|
|
Loading…
Reference in a new issue