Merge pull request #163083 from r-ryantm/auto-update/calibre-web

calibre-web: 0.6.16 -> 0.6.17
This commit is contained in:
Ryan Mulligan 2022-03-31 15:04:05 -07:00 committed by GitHub
commit 29ac6896e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,13 +7,13 @@
python3.pkgs.buildPythonApplication rec {
pname = "calibre-web";
version = "0.6.16";
version = "0.6.17";
src = fetchFromGitHub {
owner = "janeczku";
repo = "calibre-web";
rev = version;
sha256 = "sha256-vRnzsV9pubAmyVSxZpBK+mD9Bkbt6BQYo5S0Jsl26Ns=";
sha256 = "sha256-K2va9as+z00txpg/0fR89+kpMzpQSiSSIV489NDs8Bs=";
};
propagatedBuildInputs = with python3Packages; [