From fb1b8464f87a502603e07228aeee0e1a00dba145 Mon Sep 17 00:00:00 2001
From: aszlig <aszlig@redmoonstudios.org>
Date: Mon, 15 Feb 2016 13:36:34 +0100
Subject: [PATCH] gpodder: 3.8.4 -> 3.9.0

Changes in 3.8.5 (without bug IDs):

 * vimeo: Fix vimeo feed discovery
 * vimeo: Allow both http and https URLs
 * youtube: Improve channel migration code
 * youtube: Fix cover art downloading
 * Make the YouTube key button link to the gPodder Wiki
 * Add pattern to YouTube feed URL list
 * CLI: Cleanup old downloads on CLI startup
 * Gtk UI: Fix model column data types
 * Device sync: Handle sync failure when no space left
 * model: Limit filenames to 120 characters for eCryptFS
 * rename_download: Add add_sortdate and add_podcast_title option
 * Remove the unused 'pipe' IPC module
 * Fix coverage usage
 * Use Travis CI for running basic sanity tests
 * Various small code improvements and fixes

Release announcement for 3.8.5:

http://blog.gpodder.org/2015/12/gpodder-385-casting-agents-and-cowgirls.html

Changes in 3.9.0 (without bug IDs):

 * Added Korean translation
 * Device sync: Only fail if we can determine free disk space
 * Enqueue episodes after download
 * Ubuntu AppIndicator extension: 'visible' config option
 * gpodder.download: Ignore non-ASCII content-disposition header
 * Win32-launcher: Remove download feature (works around Norton warning)
 * Remove WebUI, QML UI and MeeGo 1.2 Harmattan support
 * Remove broken Flattr integration (use gpodder.net's Flattr support)
 * Redesign about dialog
 * Preferences: Move video services to separate tab
 * Vimeo: Fix Vimeo integration

Release announcement for 3.9.0:

http://blog.gpodder.org/2016/02/gpodder-390-helium-levitator-released.html

Built and tested locally on my machine.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Cc: @svenkeidel
---
 pkgs/applications/audio/gpodder/default.nix | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pkgs/applications/audio/gpodder/default.nix b/pkgs/applications/audio/gpodder/default.nix
index c2ea35105823..216259deb43f 100644
--- a/pkgs/applications/audio/gpodder/default.nix
+++ b/pkgs/applications/audio/gpodder/default.nix
@@ -7,11 +7,11 @@ let
   inherit (pythonPackages) coverage feedparser minimock sqlite3 dbus pygtk eyeD3;
 
 in buildPythonPackage rec {
-  name = "gpodder-3.8.4";
+  name = "gpodder-3.9.0";
 
   src = fetchurl {
     url = "http://gpodder.org/src/${name}.tar.gz";
-    sha256 = "0cjpk92qjsws7ddbnq0r2h7vm5019zlpafgbxwsgllmjzkknj6pn";
+    sha256 = "1ik954idi0ldnw0wrv7mm71smyb6x66332jxcaf1dxsl12ccm44l";
   };
 
   buildInputs = [