urlwatch: 2.21 -> 2.23
This commit is contained in:
parent
0995d4e24d
commit
34595fbd39
@ -1,14 +1,17 @@
|
||||
{ lib, fetchFromGitHub, python3Packages }:
|
||||
{ lib
|
||||
, fetchFromGitHub
|
||||
, python3Packages
|
||||
}:
|
||||
|
||||
python3Packages.buildPythonApplication rec {
|
||||
pname = "urlwatch";
|
||||
version = "2.21";
|
||||
version = "2.23";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "thp";
|
||||
repo = "urlwatch";
|
||||
rev = version;
|
||||
sha256 = "1s6bigkwymxdp9bkgvwg3lbf465i6k8kmak2w7czf4mhwavcfq63";
|
||||
owner = "thp";
|
||||
repo = "urlwatch";
|
||||
rev = version;
|
||||
sha256 = "1ryygy7lalmwnv9kc8q4920gkdx878izy33a5dgxb780sy2qq8pg";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = with python3Packages; [
|
||||
@ -16,11 +19,14 @@ python3Packages.buildPythonApplication rec {
|
||||
cssselect
|
||||
keyring
|
||||
lxml
|
||||
markdown2
|
||||
matrix-client
|
||||
minidb
|
||||
pushbullet
|
||||
pycodestyle
|
||||
pyppeteer
|
||||
pyyaml
|
||||
requests
|
||||
pyppeteer
|
||||
];
|
||||
|
||||
# no tests
|
||||
|
Loading…
Reference in New Issue
Block a user