urlwatch: 2.25 -> 2.26

Diff: https://github.com/thp/urlwatch/compare/2.25...2.26
This commit is contained in:
Fabian Affolter
2023-04-23 00:53:45 +02:00
parent 2282f5aa1d
commit 013b60d032
+2 -2
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; [