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

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

python311Packages.types-requests: 2.31.0.20240106 -> 2.31.0.20240125
parents 24c4451d 514abba9
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.20240106";
  version = "2.31.0.20240125";
  pyproject = true;

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-DhxzHBfzNhjsWOAithShouzCX33IaACzbvNBOAQCxhI=";
    hash = "sha256-A6KM4dfNVBmRSOBDsgec3e0i1nldGaLCpnkaSyteLrU=";
  };

  nativeBuildInputs = [