Commit d162d7f3 authored by R. RyanTM's avatar R. RyanTM
Browse files

yewtube: 2.12.1 -> 2.13.1

parent 0d2e8a14
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,14 +6,14 @@

python3Packages.buildPythonApplication (finalAttrs: {
  pname = "yewtube";
  version = "2.12.1";
  version = "2.13.1";
  format = "setuptools";

  src = fetchFromGitHub {
    owner = "mps-youtube";
    repo = "yewtube";
    tag = "v${finalAttrs.version}";
    hash = "sha256-+V9t71Z8PKioM7HWlzTB6X7EokAWgqC3fQJr5tkPdq8=";
    hash = "sha256-aRJQMm1Ykn6bs6OTSEGMTc5N8pinuRQQ+m54XpT45As=";
  };

  postPatch = ''