webcomix update & pin of scrapy

This commit is contained in:
2025-02-08 11:48:51 -06:00
parent f6d736330d
commit 4da88320ef
3 changed files with 15 additions and 4 deletions

View File

@@ -6,14 +6,14 @@
python3Packages.buildPythonApplication rec {
pname = "webcomix";
version = "3.11.0";
version = "3.11.1";
pyproject = true;
src = fetchFromGitHub {
owner = "J-CPelletier";
repo = "webcomix";
rev = version;
hash = "sha256-Y16+/9TnECMkppgI/BeAbTLWt0M4V/xn1+hM4ILp/+g=";
hash = "sha256-vs7IE1IQ6/2uOYqLUskW4vGFdoz8z/ZBYQPteTcdOR0=";
};
postPatch = ''