python36Packages.podcastparser: 0.6.2 -> 0.6.4

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.6-podcastparser/versions
This commit is contained in:
R. RyanTM 2018-10-24 02:09:26 -07:00
parent 86c7662be0
commit 5e2590ba6f

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 = [ ];