Skip to content

Commit 69d0eac

Browse files
committedNov 2, 2017
python.pkgs.podcastparser: 0.6.1 -> 0.6.2
1 parent b62992a commit 69d0eac

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/podcastparser

1 file changed

+2
-2
lines changed
 

‎pkgs/development/python-modules/podcastparser/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22

33
buildPythonPackage rec {
44
pname = "podcastparser";
5-
version = "0.6.1";
5+
version = "0.6.2";
66
name = "${pname}-${version}";
77

88
src = fetchFromGitHub {
99
owner = "gpodder";
1010
repo = "podcastparser";
1111
rev = version;
12-
sha256 = "0q3qc8adykmm692ha0c37xd6wbj830zlq900fyw6vrfan9bgdj5y";
12+
sha256 = "1mhg7192d6s1ll9mx1b63yfj6k4cnv4i95jllbnydyjv9ykkv0k1";
1313
};
1414

1515
propagatedBuildInputs = [ ];

0 commit comments

Comments
 (0)
Please sign in to comment.