3
0
Fork 0
forked from mirrors/nixpkgs

python312Packages.types-requests: 2.31.0.20240106 -> 2.31.0.20240125

This commit is contained in:
Fabian Affolter 2024-01-27 11:12:08 +01:00
parent abd098fce8
commit 514abba95d

View file

@ -8,12 +8,12 @@
buildPythonPackage rec {
pname = "types-requests";
version = "2.31.0.20240106";
version = "2.31.0.20240125";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-DhxzHBfzNhjsWOAithShouzCX33IaACzbvNBOAQCxhI=";
hash = "sha256-A6KM4dfNVBmRSOBDsgec3e0i1nldGaLCpnkaSyteLrU=";
};
nativeBuildInputs = [