Commit e007b522 authored by Martin Weinelt's avatar Martin Weinelt
Browse files

python3Packages.podcats: 0.5.0 -> 0.6.3

This commit was automatically generated using update-python-libraries.
parent d3607308
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -9,14 +9,14 @@

buildPythonPackage rec {
  pname = "podcats";
  version = "0.5.0";
  version = "0.6.3";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "jakubroztocil";
    repo = "podcats";
    rev = "v${version}";
    sha256 = "0zjdgry5n209rv19kj9yaxy7c7zq5gxr488izrgs4sc75vdzz8xc";
    tag = version;
    sha256 = "sha256-1Jg9bR/3qMim3q5qVwUVbxeLNaXaCU6SplBUaRXeLpo=";
  };

  postPatch = ''