about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorYann Büchau <nobodyinperson@posteo.de>2023-11-17 10:23:49 +0100
committerBjørn Forsman <bjorn.forsman@gmail.com>2023-11-17 11:40:40 +0100
commit02049fd711f7d77c7518acdd4a589f196e42b330 (patch)
treeaf5e13ac6c8371479f94b8a9f4adef350f454f34 /pkgs
parent0fd5ff65bc78a8c0bc963e8190349aff593a1d5f (diff)
downloadnixlib-02049fd711f7d77c7518acdd4a589f196e42b330.tar
nixlib-02049fd711f7d77c7518acdd4a589f196e42b330.tar.gz
nixlib-02049fd711f7d77c7518acdd4a589f196e42b330.tar.bz2
nixlib-02049fd711f7d77c7518acdd4a589f196e42b330.tar.lz
nixlib-02049fd711f7d77c7518acdd4a589f196e42b330.tar.xz
nixlib-02049fd711f7d77c7518acdd4a589f196e42b330.tar.zst
nixlib-02049fd711f7d77c7518acdd4a589f196e42b330.zip
hledger-utils: 1.13.2 -> 1.14.0
This fixes test failures during build due to newer hledger.
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/hledger-utils/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/hledger-utils/default.nix b/pkgs/development/python-modules/hledger-utils/default.nix
index 92966821d4bb..cea6592b42b8 100644
--- a/pkgs/development/python-modules/hledger-utils/default.nix
+++ b/pkgs/development/python-modules/hledger-utils/default.nix
@@ -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;