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

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

python311Packages.types-requests: 2.31.0.20240218 -> 2.31.0.20240310
parents def32f0c ae5c7b53
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,12 +8,12 @@

buildPythonPackage rec {
  pname = "types-requests";
  version = "2.31.0.20240218";
  version = "2.31.0.20240310";
  pyproject = true;

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-8XIduoOFlY9QSlOGJAuS3kc04EegikB1HBZU0awzScU=";
    hash = "sha256-iiAXHgiKD3iTqsSQpffzfp9T4U1rdixdVWI76gIu4G8=";
  };

  nativeBuildInputs = [