Skip to content

Commit 5763214

Browse files
authored
changedetection-io: 0.46.04 -> 0.47.06 (#353534)
2 parents f94eeaa + 1bc2a95 commit 5763214

File tree

1 file changed

+3
-12
lines changed

1 file changed

+3
-12
lines changed

pkgs/by-name/ch/changedetection-io/package.nix

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,26 +5,17 @@
55

66
python3.pkgs.buildPythonApplication rec {
77
pname = "changedetection-io";
8-
version = "0.46.04";
8+
version = "0.47.06";
99
format = "setuptools";
1010

1111
src = fetchFromGitHub {
1212
owner = "dgtlmoon";
1313
repo = "changedetection.io";
1414
rev = "refs/tags/${version}";
15-
hash = "sha256-V1nGVURA4nksDX0kXxfPbO/rB0nmECqpfysenpzcfZs=";
15+
hash = "sha256-kRoHCnXYWG09lrIiBA14OzhtbTqghXck5JXXNAMMtyc=";
1616
};
1717

18-
postPatch = ''
19-
substituteInPlace requirements.txt \
20-
--replace "apprise~=1.8.0" "apprise" \
21-
--replace "cryptography~=3.4" "cryptography" \
22-
--replace "dnspython==2.6.1" "dnspython" \
23-
--replace "pytest ~=7.2" "" \
24-
--replace "pytest-flask ~=1.2" "" \
25-
--replace "selenium~=4.14.0" "selenium" \
26-
--replace "werkzeug~=3.0" "werkzeug"
27-
'';
18+
pythonRelaxDeps = true;
2819

2920
propagatedBuildInputs = with python3.pkgs; [
3021
apprise

0 commit comments

Comments
 (0)