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