urlwatch: 2.13 -> 2.14 (#45989)

This commit is contained in:
tv 2018-09-03 22:14:39 +02:00 committed by xeji
parent 328cf82838
commit 3dd579f7b1

View file

@ -2,21 +2,22 @@
python3Packages.buildPythonApplication rec {
name = "urlwatch-${version}";
version = "2.13";
version = "2.14";
src = fetchFromGitHub {
owner = "thp";
repo = "urlwatch";
rev = version;
sha256 = "0rspb5j02mmb0r2dnfryx7jaczvb22lsnysgrr1l9iag0djcgdf5";
sha256 = "1m7qdh2lk5napncmfnk86dj4wqcahq8y24xnylxa4qlx2ivwkr6b";
};
propagatedBuildInputs = with python3Packages; [
appdirs
keyring
lxml
minidb
pyyaml
pycodestyle
pyyaml
requests
];