Unverified Commit 71353839 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Merge pull request #233797 from fabaff/twitchapi-bump

python311Packages.twitchapi: 3.10.0 -> 3.11.0
parents fd4b5c22 f34eb682
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 = [