urlwatch: 2.5 -> 2.7

This commit is contained in:
tv 2017-11-09 11:56:12 +01:00
parent 5ba3ad5096
commit 146746effa

View File

@ -2,19 +2,21 @@
python3Packages.buildPythonApplication rec {
name = "urlwatch-${version}";
version = "2.5";
version = "2.7";
src = fetchFromGitHub {
owner = "thp";
repo = "urlwatch";
rev = version;
sha256 = "0irz54nvyq3cxa3fvjc5k2836a5nmly4wiiy4s5cwib1rnwg6r94";
sha256 = "0fx964z73yv08b1lpymmjsigf6929zx9ax5bp34rcf2c5gk11l5m";
};
propagatedBuildInputs = with python3Packages; [
appdirs
keyring
minidb
pyyaml
pycodestyle
requests
];