Skip to content

Commit

Permalink
rss2email: 3.12.1 -> 3.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Ekleog committed Aug 31, 2020
1 parent 6ab3876 commit 9be67b2
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -4,14 +4,14 @@ with pythonPackages;

buildPythonApplication rec {
pname = "rss2email";
version = "3.12.1";
version = "3.12.2";

propagatedBuildInputs = [ feedparser html2text ];
checkInputs = [ beautifulsoup4 ];

src = fetchurl {
url = "mirror://pypi/r/rss2email/${pname}-${version}.tar.gz";
sha256 = "0zqpibh31rl6xlfw9y66d9hfhwrnzy5cjzbksczyw3lh4dfzsql0";
sha256 = "12w6x80wsw6xm17fxyymnl45aavsagg932zw621wcjz154vjghjr";
};

outputs = [ "out" "man" "doc" ];
Expand Down

0 comments on commit 9be67b2

Please sign in to comment.