Merge pull request #227700 from fabaff/urlwatch-bump

urlwatch: 2.25 -> 2.26
This commit is contained in:
figsoda 2023-04-22 19:41:52 -04:00 committed by GitHub
commit 9a54f35d5c
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.25";
version = "2.26";
src = fetchFromGitHub {
owner = "thp";
repo = "urlwatch";
rev = version;
hash = "sha256-+ayHMY0gEAVhOgDDh+RfRrUpV0tSX8mMmfPzyg+YSv4=";
hash = "sha256-EdRHwUHnAwum7UIgzmETeuQSyisb4zrmWGPgo7RewWQ=";
};
propagatedBuildInputs = with python3Packages; [