urlwatch: 2.1 -> 2.2

This commit is contained in:
tv
2016-07-09 12:16:30 +02:00
parent 4d4a809294
commit 93b246287b
2 changed files with 49 additions and 2 deletions
+7 -2
View File
@@ -1,14 +1,19 @@
{ stdenv, fetchurl, python3Packages }:
python3Packages.buildPythonApplication rec {
name = "urlwatch-2.1";
name = "urlwatch-2.2";
src = fetchurl {
url = "http://thp.io/2008/urlwatch/${name}.tar.gz";
sha256 = "0xn435cml9wjwk39117p1diqmvw3jbmv9ccr7230iaf7z59vf9v6";
sha256 = "0s9056mm1hkj5gpzsb5bz6fwxk0nm73i0dhnqwa1bfddjnvpl9d3";
};
patches = [
./setup.patch
];
propagatedBuildInputs = with python3Packages; [
keyring
minidb
pyyaml
requests2