summary refs log tree commit diff
path: root/pkgs/applications/networking/feedreaders/rss2email
diff options
context:
space:
mode:
authorLéo Gaspard <leo@gaspard.io>2020-08-31 17:34:31 +0200
committerLéo Gaspard <leo@gaspard.io>2020-08-31 17:34:31 +0200
commit9be67b2eeb4c49058ec7c6a2ed4434994dba4117 (patch)
tree9df9c04c14cbb79680c72899920d33050d7661bb /pkgs/applications/networking/feedreaders/rss2email
parent6ab387699a9f23201cf76091d0f7d4ff09fa510e (diff)
downloadnixpkgs-9be67b2eeb4c49058ec7c6a2ed4434994dba4117.tar
nixpkgs-9be67b2eeb4c49058ec7c6a2ed4434994dba4117.tar.gz
nixpkgs-9be67b2eeb4c49058ec7c6a2ed4434994dba4117.tar.bz2
nixpkgs-9be67b2eeb4c49058ec7c6a2ed4434994dba4117.tar.lz
nixpkgs-9be67b2eeb4c49058ec7c6a2ed4434994dba4117.tar.xz
nixpkgs-9be67b2eeb4c49058ec7c6a2ed4434994dba4117.tar.zst
nixpkgs-9be67b2eeb4c49058ec7c6a2ed4434994dba4117.zip
rss2email: 3.12.1 -> 3.12.2
Diffstat (limited to 'pkgs/applications/networking/feedreaders/rss2email')
-rw-r--r--pkgs/applications/networking/feedreaders/rss2email/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/feedreaders/rss2email/default.nix b/pkgs/applications/networking/feedreaders/rss2email/default.nix
index b852eb02fec..977b71ebc50 100644
--- a/pkgs/applications/networking/feedreaders/rss2email/default.nix
+++ b/pkgs/applications/networking/feedreaders/rss2email/default.nix
@@ -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" ];