mirror of
https://github.com/AdnanHodzic/auto-cpufreq.git
synced 2025-07-23 13:45:10 +02:00
nix: manually update requests
This commit is contained in:
parent
75f1b147bc
commit
f8b5b5d458
@ -17,6 +17,15 @@ let
|
||||
patches = [];
|
||||
});
|
||||
|
||||
requests = python3Packages.requests.overrideAttrs (oldAttrs: rec {
|
||||
version = "2.32.4";
|
||||
src = fetchPypi {
|
||||
pname = "requests";
|
||||
inherit version;
|
||||
hash = "sha256-J9AxZoLIopg00yZIIAJLYqNpQgg9Usry8UwFkTNtNCI=";
|
||||
};
|
||||
});
|
||||
|
||||
in
|
||||
python3Packages.buildPythonPackage {
|
||||
# use pyproject.toml instead of setup.py
|
||||
|
Loading…
x
Reference in New Issue
Block a user