Merge pull request #53873 from tilpner/tahoelafs-update

tahoe-lafs: 1.12.1 -> 1.13.0
This commit is contained in:
Sarah Brofeldt 2019-02-21 21:29:49 +01:00 committed by GitHub
commit 9c26b10bee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 3 deletions

View File

@ -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.12.1"; version = "1.13.0";
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 = "0x9f1kjym1188fp6l5sqy0zz8mdb4xw861bni2ccv26q482ynbks"; sha256 = "11pfz9yyy6qkkyi0kskxlbn2drfppx6yawqyv4kpkrkj4q7x5m42";
}; };
outputs = [ "out" "doc" "info" ]; outputs = [ "out" "doc" "info" ];
@ -56,9 +56,11 @@ 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 pyyaml service-identity pyyaml magic-wormhole treq
]; ];
checkInputs = with pythonPackages; [ hypothesis ];
# Install the documentation. # Install the documentation.
postInstall = '' postInstall = ''
( (