3
0
Fork 0
forked from mirrors/nixpkgs

python3Packages.types-requests: 2.26.0 -> 2.26.1

This commit is contained in:
Fabian Affolter 2021-11-26 08:48:51 +01:00
parent a811e4f5ba
commit 080ca0520c

View file

@ -5,12 +5,12 @@
buildPythonPackage rec {
pname = "types-requests";
version = "2.26.0";
version = "2.26.1";
format = "setuptools";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-317Iw0tBOkLrs45Plr3raAkLh1vfzFE43IKYnJVEWIM=";
sha256 = "sha256-CJPhEuFRC7tn9TeUHJIZLedHLlG/fyNuDlg4ZvDtkz4=";
};
# Module doesn't have tests