Commit 9cfc707b authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python311Packages.types-requests: 2.31.0.6 -> 2.31.0.7

parent 860c01bd
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.6";
  version = "2.31.0.7";
  format = "setuptools";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-zXTOO1PEYfEiipt4OSmsc6ZmZY8iPijtKXU3cUd7O9A=";
    hash = "sha256-TZMNyrvCRS49cHKOWBrErIwtE/YlCa2RFGc/VCr4y04=";
  };

  propagatedBuildInputs = [