calibre-web: 0.6.24 -> 0.6.25 (#439517)

This commit is contained in:
Wolfgang Walther
2025-09-23 12:54:50 +00:00
committed by GitHub
+2 -2
View File
@@ -8,14 +8,14 @@
}:
python3Packages.buildPythonApplication rec {
pname = "calibre-web";
version = "0.6.24";
version = "0.6.25";
pyproject = true;
src = fetchFromGitHub {
owner = "janeczku";
repo = "calibre-web";
tag = version;
hash = "sha256-DYhlD3ly6U/e5cDlsubDyW1uKeCtB+HrpagJlNDJhyI=";
hash = "sha256-tmSp6ABQ4KnNdUHYZPnXGfhhyhM6aczEUPd57APZnLA=";
};
patches = [