python310Packages.types-requests: 2.27.26 -> 2.27.27

main
R. Ryantm 2 years ago
parent cc2ead5d96
commit fec6cf1cb1
  1. 4
      pkgs/development/python-modules/types-requests/default.nix

@ -6,12 +6,12 @@
buildPythonPackage rec {
pname = "types-requests";
version = "2.27.26";
version = "2.27.27";
format = "setuptools";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-pqBMAnTAlJ/QUl812LU6w053r+y+s8STLdxs5nWsAJw=";
sha256 = "sha256-1hjZgJ+jL1FM8XzqhGCBTaZxxWNm+xyQiszKi/GDESs=";
};
propagatedBuildInputs = [

Loading…
Cancel
Save