hledger-utils: 1.13.2 -> 1.14.0

This fixes test failures during build due to newer hledger.
This commit is contained in:
Yann Büchau 2023-11-17 10:23:49 +01:00 committed by Bjørn Forsman
parent 0fd5ff65bc
commit 02049fd711

View File

@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "hledger-utils";
version = "1.13.2";
version = "1.14.0";
format = "pyproject";
@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "nobodyinperson";
repo = "hledger-utils";
rev = "refs/tags/v${version}";
hash = "sha256-E++gHvXspPodLW2hEESKjg+R5aV39UJpDP8JYQX9iBw=";
hash = "sha256-Qu4nUcAGTACmLhwc7fkLxITOyFnUHv85qMhtViFumVs=";
};
SETUPTOOLS_SCM_PRETEND_VERSION = version;