summary refs log tree commit diff
path: root/pkgs/applications/office
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2013-05-02 12:35:17 +0200
committerPeter Simons <simons@cryp.to>2013-05-03 11:38:52 +0200
commitddbcefd927a5dc54c1268087b505fe7a24a4f33e (patch)
treee121cc521c69e6aede02be1302c29c995e681e70 /pkgs/applications/office
parent9fd0479f3229315d6ead376ccfbaab41022dfa3c (diff)
downloadnixlib-ddbcefd927a5dc54c1268087b505fe7a24a4f33e.tar
nixlib-ddbcefd927a5dc54c1268087b505fe7a24a4f33e.tar.gz
nixlib-ddbcefd927a5dc54c1268087b505fe7a24a4f33e.tar.bz2
nixlib-ddbcefd927a5dc54c1268087b505fe7a24a4f33e.tar.lz
nixlib-ddbcefd927a5dc54c1268087b505fe7a24a4f33e.tar.xz
nixlib-ddbcefd927a5dc54c1268087b505fe7a24a4f33e.tar.zst
nixlib-ddbcefd927a5dc54c1268087b505fe7a24a4f33e.zip
haskell-hledger-interest: update to version 1.4.3
Diffstat (limited to 'pkgs/applications/office')
-rw-r--r--pkgs/applications/office/hledger-interest/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/office/hledger-interest/default.nix b/pkgs/applications/office/hledger-interest/default.nix
index e66166f47133..d53a8fe63e29 100644
--- a/pkgs/applications/office/hledger-interest/default.nix
+++ b/pkgs/applications/office/hledger-interest/default.nix
@@ -2,8 +2,8 @@
 
 cabal.mkDerivation (self: {
   pname = "hledger-interest";
-  version = "1.4.2";
-  sha256 = "1his6pxrvs5p28bmk77bd8vaq6rhjlilwq598mbkgfvlqg7q076v";
+  version = "1.4.3";
+  sha256 = "1nj50zi4p6rs0nl4656rr0vkbh7kdi49z1l53nypfqs3rmjgicsn";
   isLibrary = false;
   isExecutable = true;
   buildDepends = [ Cabal hledgerLib mtl time ];