Skip to content

Commit

Permalink
changedetection-io: 0.46.04 -> 0.47.05
Browse files Browse the repository at this point in the history
  • Loading branch information
MikaelFangel committed Nov 3, 2024
1 parent f9d1d5f commit 6b6d6a7
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions pkgs/servers/web-apps/changedetection-io/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,25 +5,25 @@

python3.pkgs.buildPythonApplication rec {
pname = "changedetection-io";
version = "0.46.04";
version = "0.47.05";
format = "setuptools";

src = fetchFromGitHub {
owner = "dgtlmoon";
repo = "changedetection.io";
rev = "refs/tags/${version}";
hash = "sha256-V1nGVURA4nksDX0kXxfPbO/rB0nmECqpfysenpzcfZs=";
hash = "sha256-P2Bi+kqp63Jz6TPOzVSK5KcEFTvcGRahXamZzY/xqso=";
};

postPatch = ''
substituteInPlace requirements.txt \
--replace "apprise~=1.8.0" "apprise" \
--replace "cryptography~=3.4" "cryptography" \
--replace "dnspython==2.6.1" "dnspython" \
--replace "pytest ~=7.2" "" \
--replace "pytest-flask ~=1.2" "" \
--replace "selenium~=4.14.0" "selenium" \
--replace "werkzeug~=3.0" "werkzeug"
--replace-warn "apprise==1.9.0" "apprise" \
--replace-warn "cryptography~=42.0.8" "cryptography" \
--replace-warn "dnspython==2.6.1" "dnspython" \
--replace-warn "pytest ~=7.2" "" \
--replace-warn "pytest-flask ~=1.2" "" \
--replace-warn "selenium~=4.14.0" "selenium" \
--replace-warn "werkzeug~=3.0" "werkzeug"
'';

propagatedBuildInputs = with python3.pkgs; [
Expand Down

0 comments on commit 6b6d6a7

Please sign in to comment.