Unverified Commit 84a59d11 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

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

python311Packages.types-requests: 2.31.0.6 -> 2.31.0.7
parents 48d16577 9cfc707b
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 = [