Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Z
ZKAPAuthorizer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Administrator
ZKAPAuthorizer
Commits
43c21160
Commit
43c21160
authored
5 years ago
by
Jean-Paul Calderone
Browse files
Options
Downloads
Patches
Plain Diff
bump to a tahoe-lafs with persistent storage plugin web resource
parent
3a3695e4
No related branches found
Branches containing commit
No related tags found
1 merge request
!65
Recognize an unpaid response
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tahoe-lafs.nix
+6
-7
6 additions, 7 deletions
tahoe-lafs.nix
with
6 additions
and
7 deletions
tahoe-lafs.nix
+
6
−
7
View file @
43c21160
...
@@ -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
=
"
8c1f536ba4fbc01f3bc5f08412edbefc56ff703
7"
;
rev
=
"
1fef61981940bbd63ffc4242c3b589258622d11
7"
;
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
;
[
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment