Merge pull request #230005 from fabaff/urlwatch-bump

urlwatch: 2.26 -> 2.28
This commit is contained in:
Fabian Affolter 2023-05-05 08:19:50 +02:00 committed by GitHub
commit 0bc7ed7922
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,13 +5,13 @@
python3Packages.buildPythonApplication rec {
pname = "urlwatch";
version = "2.26";
version = "2.28";
src = fetchFromGitHub {
owner = "thp";
repo = "urlwatch";
rev = version;
hash = "sha256-EdRHwUHnAwum7UIgzmETeuQSyisb4zrmWGPgo7RewWQ=";
hash = "sha256-dGohG2+HrsuKegPAn1fmpLYPpovEEUsx+C/0sp2/cX0=";
};
propagatedBuildInputs = with python3Packages; [