3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #31435 from 4z3/urlwatch

urlwatch: 2.5 -> 2.7
This commit is contained in:
Renaud 2017-11-10 20:20:19 +01:00 committed by GitHub
commit 5022edd9ea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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
];