Merge pull request #315886 from MikaelFangel/update-changedetection-io

changedetection-io: 0.45.22 -> 0.45.23
This commit is contained in:
Peder Bergebakken Sundt 2024-06-05 01:58:10 +02:00 committed by GitHub
commit 40e4bc9ba5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,19 +5,19 @@
python3.pkgs.buildPythonApplication rec {
pname = "changedetection-io";
version = "0.45.22";
version = "0.45.23";
format = "setuptools";
src = fetchFromGitHub {
owner = "dgtlmoon";
repo = "changedetection.io";
rev = "refs/tags/${version}";
hash = "sha256-q8Cflu5rYmV//l0MGM4LOep5v/tEHYm2u0A1E5k9kLk=";
hash = "sha256-EamTErJfa6mQCem4DWKC53ydupXP+6jrj9tGPlwehLc=";
};
postPatch = ''
substituteInPlace requirements.txt \
--replace "apprise~=1.7.4" "apprise" \
--replace "apprise~=1.8.0" "apprise" \
--replace "cryptography~=3.4" "cryptography" \
--replace "dnspython~=2.4" "dnspython" \
--replace "pytest ~=7.2" "" \