Duplicity: version bump

svn path=/nixpkgs/trunk/; revision=30352
This commit is contained in:
Evgeny Egorochkin 2011-11-09 13:01:46 +00:00
parent 33ebbc07dd
commit 64ee527151

View file

@ -1,11 +1,11 @@
{ stdenv, fetchurl, python, librsync, gnupg, boto, makeWrapper }:
stdenv.mkDerivation {
name = "duplicity-0.6.14";
name = "duplicity-0.6.16";
src = fetchurl {
url = http://code.launchpad.net/duplicity/0.6-series/0.6.14/+download/duplicity-0.6.14.tar.gz;
sha256 = "1h0gxi7hdz22fvah9mcavimfgahf31pixy1mx2mivncl14b45wf7";
url = http://code.launchpad.net/duplicity/0.6-series/0.6.16/+download/duplicity-0.6.16.tar.gz;
sha256 = "0n63857swqnq7i697p615dp37bsd5bj0gvlj5ng41584zzjmv328";
};
installPhase = ''