gpodder: 3.9.0 -> 3.9.1

This commit is contained in:
Jörg Thalheim 2016-09-04 10:04:28 +02:00
parent 8d977ead38
commit 8dc936c49f
No known key found for this signature in database
GPG Key ID: CA4106B8D7CC79FA

View File

@ -6,11 +6,11 @@
pythonPackages.buildPythonApplication rec {
name = "gpodder-${version}";
version = "3.9.0";
version = "3.9.1";
src = fetchurl {
url = "http://gpodder.org/src/${name}.tar.gz";
sha256 = "1ik954idi0ldnw0wrv7mm71smyb6x66332jxcaf1dxsl12ccm44l";
sha256 = "036p9vnkr3if0k548xhhjmcwdaimy3yd24s3xd8vzlp0wdzkzrhn";
};
postPatch = with stdenv.lib; ''