Unverified Commit 117cc7f9 authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

python3Packages.youtubeaio: 2.1.0 -> 2.1.1 (#463577)

parents 1b15722a 9c9b3a19
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,14 +15,14 @@

buildPythonPackage rec {
  pname = "youtubeaio";
  version = "2.1.0";
  version = "2.1.1";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "joostlek";
    repo = "python-youtube";
    tag = "v${version}";
    hash = "sha256-qN2HV30Ds/FUOUG84cbtOgu2wVGeBRbwfYeXiP554g8=";
    hash = "sha256-2PqVFZ5816g8Ilc0Mhlm+Gzw/eOSaC1JYPY/t2yzxCU=";
  };

  postPatch = ''