···25in
26python.pkgs.buildPythonApplication rec {
27 pname = "calibre-web";
28- version = "0.6.20";
2930 src = fetchFromGitHub {
31 owner = "janeczku";
32 repo = "calibre-web";
33 rev = version;
34- hash = "sha256-0lArY1aTpO4sgIVDSqClYMGlip92f9hE/L2UouTLK8Q=";
35 };
3637 propagatedBuildInputs = with python.pkgs; [
···64 # and exit. This is gonna be used to configure calibre-web declaratively, as most of its configuration parameters
65 # are stored in the DB.
66 ./db-migrations.patch
67- # environ in tornado.wsgi.WSGIContainer no longer a static method from 6.3 version
68- ./static_environ.patch
69 ];
7071 # calibre-web doesn't follow setuptools directory structure. The following is taken from the script
···25in
26python.pkgs.buildPythonApplication rec {
27 pname = "calibre-web";
28+ version = "0.6.21";
2930 src = fetchFromGitHub {
31 owner = "janeczku";
32 repo = "calibre-web";
33 rev = version;
34+ hash = "sha256-tRrOquetn3P2NmrXq7DQHRGP1sWnLR7bV2Lw0W/lUPQ=";
35 };
3637 propagatedBuildInputs = with python.pkgs; [
···64 # and exit. This is gonna be used to configure calibre-web declaratively, as most of its configuration parameters
65 # are stored in the DB.
66 ./db-migrations.patch
0067 ];
6869 # calibre-web doesn't follow setuptools directory structure. The following is taken from the script