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

python311Packages.types-requests: 2.31.0.6 -> 2.31.0.7
This commit is contained in:
Mario Rodas 2023-10-01 07:01:15 -05:00 committed by GitHub
commit 84a59d119b
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.6";
version = "2.31.0.7";
format = "setuptools";
src = fetchPypi {
inherit pname version;
hash = "sha256-zXTOO1PEYfEiipt4OSmsc6ZmZY8iPijtKXU3cUd7O9A=";
hash = "sha256-TZMNyrvCRS49cHKOWBrErIwtE/YlCa2RFGc/VCr4y04=";
};
propagatedBuildInputs = [