Unverified Commit 9a54f35d authored by figsoda's avatar figsoda Committed by GitHub
Browse files

Merge pull request #227700 from fabaff/urlwatch-bump

urlwatch: 2.25 -> 2.26
parents cffeb358 013b60d0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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; [