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

python311Packages.types-requests: 2.31.0.8 -> 2.31.0.9
This commit is contained in:
Fabian Affolter 2023-10-15 12:34:23 +02:00 committed by GitHub
commit 1cd27ac7b4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,12 +6,12 @@
buildPythonPackage rec {
pname = "types-requests";
version = "2.31.0.8";
version = "2.31.0.9";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-4bMlxoezSUovUoqwbkEdcJLMVGzJJFwAC6zC/KWultQ=";
hash = "sha256-O7ERiHlcw6o5+WNQMgRO53EAk3D7McOgaulSsme2/Nc=";
};
propagatedBuildInputs = [