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

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

python311Packages.types-requests: 2.31.0.4 -> 2.31.0.6
parents d6b7ef7c 1ae673cd
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.4";
  version = "2.31.0.6";
  format = "setuptools";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-oREEEUjX4EvxAMR2vE2z7msKHNC0AYd39qZgscTxMY0=";
    hash = "sha256-zXTOO1PEYfEiipt4OSmsc6ZmZY8iPijtKXU3cUd7O9A=";
  };

  propagatedBuildInputs = [