Commit f34eb682 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python311Packages.twitchapi: 3.10.0 -> 3.11.0

parent 8c21138e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@

buildPythonPackage rec {
  pname = "twitchapi";
  version = "3.10.0";
  version = "3.11.0";

  disabled = pythonOlder "3.7";

@@ -18,7 +18,7 @@ buildPythonPackage rec {
  src = fetchPypi {
    pname = "twitchAPI";
    inherit version;
    hash = "sha256-zYcAuPVbPAqGpLwRfHozM6RTpH9CkIyjlKi9Jtqp9ug=";
    hash = "sha256-TkQzF32nt89uBvC6aj/b5f2DQkOVDz7UyeUXRyVYumM=";
  };

  propagatedBuildInputs = [