Merge pull request #55037 from 4z3/urlwatch

urlwatch: 2.15 -> 2.16
This commit is contained in:
Elis Hirwing 2019-02-01 17:52:27 +01:00 committed by GitHub
commit 0ef341164c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,17 +2,18 @@
python3Packages.buildPythonApplication rec {
name = "urlwatch-${version}";
version = "2.15";
version = "2.16";
src = fetchFromGitHub {
owner = "thp";
repo = "urlwatch";
rev = version;
sha256 = "1bkd0r5arzdvinpn1n23cw1gf7byxml95hl6qvvf6mnggb1ifcwg";
sha256 = "1bkwr151bnv72aka2r9jwaq8lkz1p6031wr5pss4sij978qn5xld";
};
propagatedBuildInputs = with python3Packages; [
appdirs
cssselect
keyring
lxml
minidb