diff --git a/hledger-1.40.tar.gz b/hledger-1.40.tar.gz deleted file mode 100644 index 4bf9244..0000000 --- a/hledger-1.40.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:679d56d1423d0986a4fe01fc802f44b74054a599f6bc5f66ec33bddad25d34a1 -size 815655 diff --git a/hledger-1.41.tar.gz b/hledger-1.41.tar.gz new file mode 100644 index 0000000..dccfc31 --- /dev/null +++ b/hledger-1.41.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:936ac5fc4b2a45857e13af0eeb1c5254cfcccac096d4aecddcdc6e6db23f5446 +size 842495 diff --git a/hledger.changes b/hledger.changes index ea99cf6..53cbdc6 100644 --- a/hledger.changes +++ b/hledger.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Tue Dec 10 00:56:10 UTC 2024 - Peter Simons + +- Update hledger to version 1.41. + Upstream's change log file format is strange (too much unmodified + text at at the top). The automatic updater cannot extract the + relevant additions. You can find the file at: + http://hackage.haskell.org/package/hledger-1.41/src/CHANGES.md + ------------------------------------------------------------------- Mon Sep 9 21:16:33 UTC 2024 - Peter Simons diff --git a/hledger.spec b/hledger.spec index e1f0978..4a88ce3 100644 --- a/hledger.spec +++ b/hledger.spec @@ -20,7 +20,7 @@ %global pkgver %{pkg_name}-%{version} %bcond_with tests Name: %{pkg_name} -Version: 1.40 +Version: 1.41 Release: 0 Summary: Command-line interface for the hledger accounting system License: GPL-3.0-or-later @@ -68,6 +68,8 @@ BuildRequires: ghc-megaparsec-devel BuildRequires: ghc-megaparsec-prof BuildRequires: ghc-microlens-devel BuildRequires: ghc-microlens-prof +BuildRequires: ghc-modern-uri-devel +BuildRequires: ghc-modern-uri-prof BuildRequires: ghc-mtl-devel BuildRequires: ghc-mtl-prof BuildRequires: ghc-process-devel