rss2email: 3.12.1 -> 3.12.2
This commit is contained in:
parent
6ab387699a
commit
9be67b2eeb
@ -4,14 +4,14 @@ with pythonPackages;
|
|||||||
|
|
||||||
buildPythonApplication rec {
|
buildPythonApplication rec {
|
||||||
pname = "rss2email";
|
pname = "rss2email";
|
||||||
version = "3.12.1";
|
version = "3.12.2";
|
||||||
|
|
||||||
propagatedBuildInputs = [ feedparser html2text ];
|
propagatedBuildInputs = [ feedparser html2text ];
|
||||||
checkInputs = [ beautifulsoup4 ];
|
checkInputs = [ beautifulsoup4 ];
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://pypi/r/rss2email/${pname}-${version}.tar.gz";
|
url = "mirror://pypi/r/rss2email/${pname}-${version}.tar.gz";
|
||||||
sha256 = "0zqpibh31rl6xlfw9y66d9hfhwrnzy5cjzbksczyw3lh4dfzsql0";
|
sha256 = "12w6x80wsw6xm17fxyymnl45aavsagg932zw621wcjz154vjghjr";
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = [ "out" "man" "doc" ];
|
outputs = [ "out" "man" "doc" ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user