1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ihatemoney_ynh.git synced 2024-09-03 19:26:15 +02:00

Bump to 6.1.3

This commit is contained in:
Salamandar 2024-08-09 13:40:32 +02:00
parent 9377330660
commit cc3022bca5
2 changed files with 4 additions and 4 deletions

View file

@ -7,7 +7,7 @@ name = "I Hate Money"
description.en = "Simple app to manage your collective expenses"
description.fr = "Gérez simplement vos dépenses collectives"
version = "6.1.0~ynh3"
version = "6.1.3~ynh1"
maintainers = ["Jocelyn Delalande"]
@ -47,8 +47,8 @@ ram.runtime = "100M"
[resources]
[resources.sources.main]
url = "https://github.com/spiral-project/ihatemoney/archive/refs/tags/6.1.0.tar.gz"
sha256 = "no available checksum for now"
url = "https://github.com/spiral-project/ihatemoney/archive/refs/tags/6.1.3.tar.gz"
sha256 = "5f47a1c4ba18684ce1c645869202d36cfea94f4dc3b974d694a6dcef292c38e9"
prefetch = false
# Only here as a notification source, need to change version in _common.sh

View file

@ -5,7 +5,7 @@
#=================================================
pip_dependencies=(
'ihatemoney==6.1.0'
'ihatemoney==6.1.3'
'gunicorn>=20.0'
'PyMySQL>=0.9,<1.1'
)