Merge pull request #171442 from fabaff/urlwatch-bump

urlwatch: 2.24 -> 2.25
This commit is contained in:
Fabian Affolter 2022-05-04 08:35:08 +02:00 committed by GitHub
commit 1a07583087
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.24";
version = "2.25";
src = fetchFromGitHub {
owner = "thp";
repo = "urlwatch";
rev = version;
sha256 = "sha256-H7dusAXVEGOUu2fr6UjiXjw13Gm9xNeJDQ4jqV+8QmU=";
hash = "sha256-+ayHMY0gEAVhOgDDh+RfRrUpV0tSX8mMmfPzyg+YSv4=";
};
propagatedBuildInputs = with python3Packages; [