python310Packages.types-requests: 2.27.13 -> 2.27.14

This commit is contained in:
R. Ryantm 2022-03-20 02:35:46 +00:00
parent 6a300e5a27
commit 7ab33da48f

View File

@ -6,12 +6,12 @@
buildPythonPackage rec {
pname = "types-requests";
version = "2.27.13";
version = "2.27.14";
format = "setuptools";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-zwZGAx3WMHETs3gU90PATwcHozVzeMK7Eyb4SEEvW6k=";
sha256 = "sha256-BFee4WT3wmWb5GlQ48L41RoIGtJS7xsB1LEvq6XDgQs=";
};
propagatedBuildInputs = [