about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorSarah Brofeldt <sbrofeldt@gmail.com>2019-02-21 21:29:49 +0100
committerGitHub <noreply@github.com>2019-02-21 21:29:49 +0100
commit9c26b10bee2ab6bd1448d6e21b275a52da9189da (patch)
treeab6abdf3112935bc2eeb9fb3f5dcb28ad351988b /pkgs/tools
parentb72070959ae7bd0d33215f7e7a043d16ce874b62 (diff)
parent0ce675a3d53904342ff04a4150ea7814e02a90a0 (diff)
downloadnixlib-9c26b10bee2ab6bd1448d6e21b275a52da9189da.tar
nixlib-9c26b10bee2ab6bd1448d6e21b275a52da9189da.tar.gz
nixlib-9c26b10bee2ab6bd1448d6e21b275a52da9189da.tar.bz2
nixlib-9c26b10bee2ab6bd1448d6e21b275a52da9189da.tar.lz
nixlib-9c26b10bee2ab6bd1448d6e21b275a52da9189da.tar.xz
nixlib-9c26b10bee2ab6bd1448d6e21b275a52da9189da.tar.zst
nixlib-9c26b10bee2ab6bd1448d6e21b275a52da9189da.zip
Merge pull request #53873 from tilpner/tahoelafs-update
tahoe-lafs: 1.12.1 -> 1.13.0
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/networking/p2p/tahoe-lafs/default.nix8
1 files changed, 5 insertions, 3 deletions
diff --git a/pkgs/tools/networking/p2p/tahoe-lafs/default.nix b/pkgs/tools/networking/p2p/tahoe-lafs/default.nix
index c682100b4384..6d4c77d51987 100644
--- a/pkgs/tools/networking/p2p/tahoe-lafs/default.nix
+++ b/pkgs/tools/networking/p2p/tahoe-lafs/default.nix
@@ -6,13 +6,13 @@
 # some loss of functionality because of it.
 
 pythonPackages.buildPythonApplication rec {
-  version = "1.12.1";
+  version = "1.13.0";
   name = "tahoe-lafs-${version}";
   namePrefix = "";
 
   src = fetchurl {
     url = "https://tahoe-lafs.org/downloads/tahoe-lafs-${version}.tar.bz2";
-    sha256 = "0x9f1kjym1188fp6l5sqy0zz8mdb4xw861bni2ccv26q482ynbks";
+    sha256 = "11pfz9yyy6qkkyi0kskxlbn2drfppx6yawqyv4kpkrkj4q7x5m42";
   };
 
   outputs = [ "out" "doc" "info" ];
@@ -56,9 +56,11 @@ pythonPackages.buildPythonApplication rec {
   propagatedBuildInputs = with pythonPackages; [
     twisted foolscap nevow simplejson zfec pycryptopp darcsver
     setuptoolsTrial setuptoolsDarcs pycrypto pyasn1 zope_interface
-    service-identity pyyaml
+    service-identity pyyaml magic-wormhole treq
   ];
 
+  checkInputs = with pythonPackages; [ hypothesis ];
+
   # Install the documentation.
   postInstall = ''
     (