From e956da0e51c17145f30a90d6e574bc7ff112f0b5 Mon Sep 17 00:00:00 2001 From: icp Date: Thu, 6 Apr 2023 00:56:22 +0530 Subject: [PATCH] fava: update to 1.24.4. --- srcpkgs/fava/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/fava/template b/srcpkgs/fava/template index 410d17e84188..6dc18d8a77ff 100644 --- a/srcpkgs/fava/template +++ b/srcpkgs/fava/template @@ -1,6 +1,6 @@ # Template file for 'fava' pkgname=fava -version=1.24.1 +version=1.24.4 revision=1 build_style=python3-pep517 make_check_args="--deselect tests/test_cli.py::test_cli" @@ -16,7 +16,7 @@ license="MIT" homepage="https://beancount.github.io/fava/" changelog="https://raw.githubusercontent.com/beancount/fava/main/CHANGES" distfiles="${PYPI_SITE}/f/fava/fava-${version}.tar.gz" -checksum=63d4c3c46cba0e364e14d8d8feeb6e54eaf2e0222727a138406285f8a2b4228d +checksum=92544f7ba350327dc755ac9f086734e6607469f8b7c785a58f7108d1775290c7 make_check_pre="env PYTHONPATH=./src" post_install() {