Version bump for darcs.

svn path=/nixpkgs/trunk/; revision=17729
This commit is contained in:
Andres Löh
2009-10-08 14:07:13 +00:00
parent ad6a69e0f5
commit 1a1a661f4b
4 changed files with 37 additions and 7 deletions
@@ -1,17 +1,16 @@
{cabal, html, mtl, parsec, regexCompat, zlib, curl} :
{cabal, html, mtl, parsec, regexCompat, curl, haskeline, hashedStorage} :
cabal.mkDerivation (self : {
pname = "darcs";
name = self.fname;
version = "2.2.1";
sha256 = "0iy4d4qls6yhwmgv87pz4kmr5jh4bwigz1wfwzns71b68csynnsp";
version = "2.3.1";
sha256 = "14821bb2db4975cb4db2c5cc4f085069b936da591b7b71592befc9e07f17d214";
extraBuildInputs = [html mtl parsec regexCompat zlib curl];
extraBuildInputs = [html parsec regexCompat curl haskeline hashedStorage];
meta = {
homepage = http://darcs.net/;
description = "Patch-based version management system";
};
patches = ./bash-completion.patch; # I didn't have "have"
})