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

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

python310Packages.types-requests: 2.28.11.14 -> 2.28.11.15
parents 807fb410 3f2f01f1
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.28.11.14";
  version = "2.28.11.15";
  format = "setuptools";

  src = fetchPypi {
    inherit pname version;
    sha256 = "sha256-IyeShwtgrbB9IxdUUatOYZACGwxYTt8FLZLZuZMRjwY=";
    sha256 = "sha256-/I6qCcwBRpnGtjxgwuOt0MiwmkEMgYtaxuZfkqJt3gk=";
  };

  propagatedBuildInputs = [