From 04dd89f693dcab9d5479ec091ba53d96dc00b9ce Mon Sep 17 00:00:00 2001 From: icp Date: Sat, 26 Nov 2022 22:21:47 +0530 Subject: [PATCH] fava: update to 1.23.1. --- srcpkgs/fava/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/fava/template b/srcpkgs/fava/template index b189e33cf0c196..5bf30cb3f3c3b7 100644 --- a/srcpkgs/fava/template +++ b/srcpkgs/fava/template @@ -1,7 +1,7 @@ # Template file for 'fava' pkgname=fava -version=1.22.3 -revision=2 +version=1.23.1 +revision=1 build_style=python3-pep517 make_check_args="--deselect tests/test_cli.py::test_cli" hostmakedepends="python3-setuptools_scm python3-wheel" @@ -15,7 +15,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=7bcfd53a7d169ab50eebdc7fe21286b602ae8f5d54d50bfb39485f38bfe9e43b +checksum=530f142096be0edb32fa8df5235ca72f2859ac5357e36345457bb53b62126f35 make_check_pre="env PYTHONPATH=./src" post_install() {