diff --git a/manifest.toml b/manifest.toml index 0621ad7..effd711 100644 --- a/manifest.toml +++ b/manifest.toml @@ -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 diff --git a/scripts/_common.sh b/scripts/_common.sh index 88b94d3..c4a30e7 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -5,7 +5,7 @@ #================================================= pip_dependencies=( - 'ihatemoney==6.1.0' + 'ihatemoney==6.1.3' 'gunicorn>=20.0' 'PyMySQL>=0.9,<1.1' )