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

Merge pull request #261173 from fabaff/types-requests-bump

python311Packages.types-requests: 2.31.0.8 -> 2.31.0.9
parents 7c3f01bd bf85cb4b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,12 +6,12 @@

buildPythonPackage rec {
  pname = "types-requests";
  version = "2.31.0.8";
  version = "2.31.0.9";
  format = "setuptools";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-4bMlxoezSUovUoqwbkEdcJLMVGzJJFwAC6zC/KWultQ=";
    hash = "sha256-O7ERiHlcw6o5+WNQMgRO53EAk3D7McOgaulSsme2/Nc=";
  };

  propagatedBuildInputs = [