Merge pull request #48976 from r-ryantm/auto-update/python3.6-podcastparser

python36Packages.podcastparser: 0.6.2 -> 0.6.4
This commit is contained in:
Jörg Thalheim 2018-10-24 11:03:25 +01:00 committed by GitHub
commit d18a68d51d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -2,13 +2,13 @@
buildPythonPackage rec {
pname = "podcastparser";
version = "0.6.2";
version = "0.6.4";
src = fetchFromGitHub {
owner = "gpodder";
repo = "podcastparser";
rev = version;
sha256 = "1mhg7192d6s1ll9mx1b63yfj6k4cnv4i95jllbnydyjv9ykkv0k1";
sha256 = "10bk93fqsws360q1gkjvfzjda3351169zbr6v5lq9raa3mg1ln52";
};
propagatedBuildInputs = [ ];