Unverified Commit 928b4433 authored by Matthias Beyer's avatar Matthias Beyer Committed by GitHub
Browse files

Merge pull request #314667 from r-ryantm/auto-update/you-get

you-get: 0.4.1650 -> 0.4.1700
parents e764b51d e1dd6534
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@

python3.pkgs.buildPythonApplication rec {
  pname = "you-get";
  version = "0.4.1650";
  version = "0.4.1700";
  format = "setuptools";

  # Tests aren't packaged, but they all hit the real network so
@@ -17,7 +17,7 @@ python3.pkgs.buildPythonApplication rec {

  src = fetchPypi {
    inherit pname version;
    sha256 = "sha256-s8lEz3pjzEaMzMiBbc5/wAjC5rW6Uq7+XOIIGBijrUc=";
    sha256 = "sha256-XNIUkgEqRGrBtSxvfkSUSqxltZ6ZdkWoTc9kz4BD6Zw=";
  };

  patches = [