urlwatch: 2.26 -> 2.28

Diff: https://github.com/thp/urlwatch/compare/2.26...2.28
This commit is contained in:
Fabian Affolter 2023-05-05 00:36:10 +02:00
parent 0b34cc803f
commit d9b3bcf504

View file

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