pythonPackages.datasette: init at 0.27
This commit is contained in:
parent
bea2b415ec
commit
8a39315484
@ -22,7 +22,7 @@ buildPythonPackage rec {
|
|||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "simonw";
|
owner = "simonw";
|
||||||
repo = "datasette";
|
repo = "datasette";
|
||||||
rev = "0.27";
|
rev = version;
|
||||||
sha256 = "02k1kk6bw034rs74w0viwzapxz684lqgjvw5q5j5xgr0i4kynylp";
|
sha256 = "02k1kk6bw034rs74w0viwzapxz684lqgjvw5q5j5xgr0i4kynylp";
|
||||||
};
|
};
|
||||||
|
|
||||||
@ -50,9 +50,9 @@ buildPythonPackage rec {
|
|||||||
--replace "click==6.7" "click" \
|
--replace "click==6.7" "click" \
|
||||||
--replace "click-default-group==1.2" "click-default-group" \
|
--replace "click-default-group==1.2" "click-default-group" \
|
||||||
--replace "Sanic==0.7.0" "Sanic" \
|
--replace "Sanic==0.7.0" "Sanic" \
|
||||||
--replace "Jinja2==2.10" "Jinja2" \
|
|
||||||
--replace "hupper==1.0" "hupper" \
|
--replace "hupper==1.0" "hupper" \
|
||||||
--replace "pint==0.8.1" "pint"
|
--replace "pint==0.8.1" "pint" \
|
||||||
|
--replace "Jinja2==2.10" "Jinja2"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
# many tests require network access
|
# many tests require network access
|
||||||
|
Loading…
x
Reference in New Issue
Block a user