summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2012-08-13 14:01:13 +0200
committerPeter Simons <simons@cryp.to>2012-08-13 14:01:13 +0200
commit156f399995ba49df5488b8881b9ce94f9314be3e (patch)
tree48b4f59f265266b27964e9fe40828b18ee0c899a /pkgs
parent78ac496dc57c4224c58c1c288fbf0751c71273f0 (diff)
downloadnixlib-156f399995ba49df5488b8881b9ce94f9314be3e.tar
nixlib-156f399995ba49df5488b8881b9ce94f9314be3e.tar.gz
nixlib-156f399995ba49df5488b8881b9ce94f9314be3e.tar.bz2
nixlib-156f399995ba49df5488b8881b9ce94f9314be3e.tar.lz
nixlib-156f399995ba49df5488b8881b9ce94f9314be3e.tar.xz
nixlib-156f399995ba49df5488b8881b9ce94f9314be3e.tar.zst
nixlib-156f399995ba49df5488b8881b9ce94f9314be3e.zip
haskell-highlighting-kate: update to version 0.5.2
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/libraries/haskell/highlighting-kate/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/haskell/highlighting-kate/default.nix b/pkgs/development/libraries/haskell/highlighting-kate/default.nix
index d92d15d2a16f..55051901206b 100644
--- a/pkgs/development/libraries/haskell/highlighting-kate/default.nix
+++ b/pkgs/development/libraries/haskell/highlighting-kate/default.nix
@@ -2,8 +2,8 @@
 
 cabal.mkDerivation (self: {
   pname = "highlighting-kate";
-  version = "0.5.1";
-  sha256 = "0l0g71rg7cs9rm4i04h88fm20868s0kf2da89297xlrm58zfv0jj";
+  version = "0.5.2";
+  sha256 = "1a3aifknbxm3v0lvqisdc6zqgki9x9z12jdrmijxmxq1riwwalr2";
   isLibrary = true;
   isExecutable = true;
   buildDepends = [ blazeHtml filepath mtl parsec regexPcreBuiltin ];