···2525in
2626python.pkgs.buildPythonApplication rec {
2727 pname = "calibre-web";
2828- version = "0.6.20";
2828+ version = "0.6.21";
29293030 src = fetchFromGitHub {
3131 owner = "janeczku";
3232 repo = "calibre-web";
3333 rev = version;
3434- hash = "sha256-0lArY1aTpO4sgIVDSqClYMGlip92f9hE/L2UouTLK8Q=";
3434+ hash = "sha256-tRrOquetn3P2NmrXq7DQHRGP1sWnLR7bV2Lw0W/lUPQ=";
3535 };
36363737 propagatedBuildInputs = with python.pkgs; [
···6464 # and exit. This is gonna be used to configure calibre-web declaratively, as most of its configuration parameters
6565 # are stored in the DB.
6666 ./db-migrations.patch
6767- # environ in tornado.wsgi.WSGIContainer no longer a static method from 6.3 version
6868- ./static_environ.patch
6967 ];
70687169 # calibre-web doesn't follow setuptools directory structure. The following is taken from the script