Skip to content
Snippets Groups Projects
Commit 43c21160 authored by Jean-Paul Calderone's avatar Jean-Paul Calderone
Browse files

bump to a tahoe-lafs with persistent storage plugin web resource

parent 3a3695e4
No related branches found
No related tags found
1 merge request!65Recognize an unpaid response
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
, twisted, foolscap, nevow, zfec , twisted, foolscap, nevow, zfec
, setuptools, setuptoolsTrial, pyasn1, zope_interface , setuptools, setuptoolsTrial, pyasn1, zope_interface
, service-identity, pyyaml, magic-wormhole, treq, appdirs , service-identity, pyyaml, magic-wormhole, treq, appdirs
, eliot, autobahn, cryptography , beautifulsoup4, eliot, autobahn, cryptography
}: }:
python.pkgs.buildPythonPackage rec { python.pkgs.buildPythonPackage rec {
version = "1.14.0.dev"; version = "1.14.0.dev";
...@@ -10,10 +10,10 @@ python.pkgs.buildPythonPackage rec { ...@@ -10,10 +10,10 @@ python.pkgs.buildPythonPackage rec {
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "LeastAuthority"; owner = "LeastAuthority";
repo = "tahoe-lafs"; repo = "tahoe-lafs";
# HEAD of an integration branch for all of the storage plugin stuff. Last # A branch of master with the storage plugin web resource reuse issue
# updated October 4 2019. # resolved. https://tahoe-lafs.org/trac/tahoe-lafs/ticket/3265
rev = "8c1f536ba4fbc01f3bc5f08412edbefc56ff7037"; rev = "1fef61981940bbd63ffc4242c3b589258622d117";
sha256 = "17d7pkbsgss3rhqf7ac7ylzbddi555rnkzz48zjqwq1zx1z2jhy6"; sha256 = "0kgkg7wd0nkj8f5p46341vjkr6nz3kf0fimd44d9kypm4rn8xczv";
}; };
postPatch = '' postPatch = ''
...@@ -33,8 +33,7 @@ python.pkgs.buildPythonPackage rec { ...@@ -33,8 +33,7 @@ python.pkgs.buildPythonPackage rec {
twisted foolscap nevow zfec appdirs twisted foolscap nevow zfec appdirs
setuptoolsTrial pyasn1 zope_interface setuptoolsTrial pyasn1 zope_interface
service-identity pyyaml magic-wormhole treq service-identity pyyaml magic-wormhole treq
beautifulsoup4 eliot autobahn cryptography setuptools
eliot autobahn cryptography setuptools
]; ];
checkInputs = with python.pkgs; [ checkInputs = with python.pkgs; [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment