0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00

python3Packages.requests: 2.24.0 -> 2.25.0

This commit is contained in:
Martin Weinelt 2020-11-16 23:28:37 +01:00 committed by Jonathan Ringer
parent 2d9839d431
commit d72a58a684

View file

@ -4,11 +4,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "requests"; pname = "requests";
version = "2.24.0"; version = "2.25.0";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "b3559a131db72c33ee969480840fff4bb6dd111de7dd27c8ee1f820f4f00231b"; sha256 = "1y6mb8c0ipd64d5axq2p368yxndp3f966hmabjka2q2a5y9hn6kz";
}; };
nativeBuildInputs = [ pytest ]; nativeBuildInputs = [ pytest ];