Tahoe 1.5.0.
svn path=/nixpkgs/trunk/; revision=16666
This commit is contained in:
parent
5cd915c6eb
commit
054c8237e7
2 changed files with 6 additions and 4 deletions
|
@ -1,13 +1,13 @@
|
|||
{ fetchurl, unzip, buildPythonPackage, twisted, foolscap, nevow
|
||||
{ fetchurl, lib, unzip, buildPythonPackage, twisted, foolscap, nevow
|
||||
, simplejson, zfec, pycryptopp, pysqlite, nettools }:
|
||||
|
||||
buildPythonPackage (rec {
|
||||
name = "tahoe-1.4.1";
|
||||
name = "tahoe-1.5.0";
|
||||
namePrefix = "";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://allmydata.org/source/tahoe/releases/allmydata-${name}.zip";
|
||||
sha256 = "1q1fc3cixjqk0agbyiqs4zqdyqsp73nxx0f168djx7yp2q1p8nsm";
|
||||
sha256 = "1cgwm7v49mlfsq47k8gw2bz14d6lnls0mr6dc18815pf24z4f00n";
|
||||
};
|
||||
|
||||
patchPhase = ''
|
||||
|
@ -53,5 +53,7 @@ buildPythonPackage (rec {
|
|||
homepage = http://allmydata.org/;
|
||||
|
||||
license = "GPLv2+";
|
||||
|
||||
maintainers = [ lib.maintainers.ludo ];
|
||||
};
|
||||
})
|
||||
|
|
|
@ -7070,7 +7070,7 @@ let
|
|||
};
|
||||
|
||||
tahoe = import ../tools/networking/p2p/tahoe {
|
||||
inherit fetchurl unzip nettools buildPythonPackage;
|
||||
inherit fetchurl lib unzip nettools buildPythonPackage;
|
||||
inherit (pythonPackages) twisted foolscap simplejson nevow zfec
|
||||
pycryptopp pysqlite;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue