tahoelafs: 1.11.0 -> 1.12.1
This commit is contained in:
parent
a1906fb541
commit
c90cab9d8a
|
@ -6,13 +6,13 @@
|
||||||
# some loss of functionality because of it.
|
# some loss of functionality because of it.
|
||||||
|
|
||||||
pythonPackages.buildPythonApplication rec {
|
pythonPackages.buildPythonApplication rec {
|
||||||
version = "1.11.0";
|
version = "1.12.1";
|
||||||
name = "tahoe-lafs-${version}";
|
name = "tahoe-lafs-${version}";
|
||||||
namePrefix = "";
|
namePrefix = "";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://tahoe-lafs.org/downloads/tahoe-lafs-${version}.tar.bz2";
|
url = "https://tahoe-lafs.org/downloads/tahoe-lafs-${version}.tar.bz2";
|
||||||
sha256 = "0hrp87rarbmmpnrxk91s83h6irkykds3pl263dagcddbdl5inqdi";
|
sha256 = "0x9f1kjym1188fp6l5sqy0zz8mdb4xw861bni2ccv26q482ynbks";
|
||||||
};
|
};
|
||||||
|
|
||||||
patchPhase = ''
|
patchPhase = ''
|
||||||
|
@ -36,7 +36,7 @@ pythonPackages.buildPythonApplication rec {
|
||||||
propagatedBuildInputs = with pythonPackages; [
|
propagatedBuildInputs = with pythonPackages; [
|
||||||
twisted foolscap nevow simplejson zfec pycryptopp darcsver
|
twisted foolscap nevow simplejson zfec pycryptopp darcsver
|
||||||
setuptoolsTrial setuptoolsDarcs pycrypto pyasn1 zope_interface
|
setuptoolsTrial setuptoolsDarcs pycrypto pyasn1 zope_interface
|
||||||
service-identity
|
service-identity pyyaml
|
||||||
];
|
];
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
|
|
Loading…
Reference in New Issue