Commit 1ae673cd authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python311Packages.types-requests: 2.31.0.4 -> 2.31.0.6

parent 42c4d51f
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 = [