python: requests: 2.23.0 -> 2.24.0
This commit is contained in:
parent
8675d8ed0b
commit
d35f2cfe60
1 changed files with 2 additions and 2 deletions
|
@ -4,11 +4,11 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "requests";
|
||||
version = "2.23.0";
|
||||
version = "2.24.0";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "1rhpg0jb08v0gd7f19jjiwlcdnxpmqi1fhvw7r4s9avddi4kvx5k";
|
||||
sha256 = "b3559a131db72c33ee969480840fff4bb6dd111de7dd27c8ee1f820f4f00231b";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ pytest ];
|
||||
|
|
Loading…
Reference in a new issue