Merge pull request #146186 from fabaff/urlwatch

urlwatch: 2.23 -> 2.24
This commit is contained in:
Fabian Affolter 2021-11-16 08:37:32 +01:00 committed by GitHub
commit fa1fe83fa7
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.23";
version = "2.24";
src = fetchFromGitHub {
owner = "thp";
repo = "urlwatch";
rev = version;
sha256 = "1ryygy7lalmwnv9kc8q4920gkdx878izy33a5dgxb780sy2qq8pg";
sha256 = "sha256-H7dusAXVEGOUu2fr6UjiXjw13Gm9xNeJDQ4jqV+8QmU=";
};
propagatedBuildInputs = with python3Packages; [