about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--pkgs/applications/office/hledger-check-fancyassertions/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/office/hledger-check-fancyassertions/default.nix b/pkgs/applications/office/hledger-check-fancyassertions/default.nix
index ed38bc29fa181..3b0b1df164508 100644
--- a/pkgs/applications/office/hledger-check-fancyassertions/default.nix
+++ b/pkgs/applications/office/hledger-check-fancyassertions/default.nix
@@ -16,7 +16,7 @@ stdenvNoCC.mkDerivation rec {
     "hledger-check-fancyassertions"
     {
       libraries = with haskellPackages; [
-        base base-compat base-compat-batteries filepath hledger-lib_1_23
+        base base-compat base-compat-batteries filepath hledger-lib_1_24
         megaparsec microlens optparse-applicative string-qq text time
         transformers
       ];