about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2011-12-15 13:37:11 +0000
committerPeter Simons <simons@cryp.to>2011-12-15 13:37:11 +0000
commit9e839d01847f94bf4013a88f5e1a2bd43a2c5d85 (patch)
tree238c57bb4a0b24268b9e71f62f824f78ae756c65 /pkgs
parent74c70eeecaf8edc4e05a485617826639d42a394b (diff)
haskell-uu-parsinglib: updated to version 2.7.3.1
svn path=/nixpkgs/trunk/; revision=30913
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/libraries/haskell/uu-parsinglib/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/haskell/uu-parsinglib/default.nix b/pkgs/development/libraries/haskell/uu-parsinglib/default.nix
index 82a4d71bdfa89..124d08aabc025 100644
--- a/pkgs/development/libraries/haskell/uu-parsinglib/default.nix
+++ b/pkgs/development/libraries/haskell/uu-parsinglib/default.nix
@@ -2,8 +2,8 @@
 
 cabal.mkDerivation (self: {
   pname = "uu-parsinglib";
-  version = "2.7.3";
-  sha256 = "18387pq6mqg6mns1cd16d22h98mx1xnz584q8w3rmn4cndrk3883";
+  version = "2.7.3.1";
+  sha256 = "11lwf2b4l4sll6xvscv3c2n3kl6hs0s8rplw66cwskcck3mvs7ms";
   buildDepends = [ ListLike time ];
   meta = {
     homepage = "http://www.cs.uu.nl/wiki/bin/view/HUT/ParserCombinators";