python311Packages.types-requests: 2.31.0.6 -> 2.31.0.7

This commit is contained in:
Fabian Affolter 2023-10-01 09:57:55 +02:00
parent 860c01bd39
commit 9cfc707b16

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 = [