forked from mirrors/nixpkgs
Merge pull request #188521 from r-ryantm/auto-update/rss2email
rss2email: 3.13.1 -> 3.14
This commit is contained in:
commit
c4602e9be7
1 changed files with 2 additions and 2 deletions
|
@ -4,14 +4,14 @@ with pythonPackages;
|
||||||
|
|
||||||
buildPythonApplication rec {
|
buildPythonApplication rec {
|
||||||
pname = "rss2email";
|
pname = "rss2email";
|
||||||
version = "3.13.1";
|
version = "3.14";
|
||||||
|
|
||||||
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 = "3994444766874bb35c9f886da76f3b24be1cb7bbaf40fad12b16f2af80ac1296";
|
sha256 = "sha256-RwORS2PHquxBZLNKqCJtR5XX4SHqPCb/Fn+Y68dfI/g=";
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = [ "out" "man" "doc" ];
|
outputs = [ "out" "man" "doc" ];
|
||||||
|
|
Loading…
Add table
Reference in a new issue