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 { python3Packages.buildPythonApplication rec {
name = "urlwatch-${version}"; name = "urlwatch-${version}";
version = "2.13"; version = "2.14";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "thp"; owner = "thp";
repo = "urlwatch"; repo = "urlwatch";
rev = version; rev = version;
sha256 = "0rspb5j02mmb0r2dnfryx7jaczvb22lsnysgrr1l9iag0djcgdf5"; sha256 = "1m7qdh2lk5napncmfnk86dj4wqcahq8y24xnylxa4qlx2ivwkr6b";
}; };
propagatedBuildInputs = with python3Packages; [ propagatedBuildInputs = with python3Packages; [
appdirs appdirs
keyring keyring
lxml
minidb minidb
pyyaml
pycodestyle pycodestyle
pyyaml
requests requests
]; ];