python3Packages.psutil: 7.0.0 -> 7.1.0

This commit is contained in:
Lucy
2025-09-23 21:04:05 +02:00
parent dd1eea252d
commit dc3924074b
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "psutil";
version = "7.0.0";
version = "7.1.0";
pyproject = true;
inherit stdenv;
@@ -20,7 +20,7 @@ buildPythonPackage rec {
src = fetchPypi {
inherit pname version;
hash = "sha256-e+nD66OL7Mtkleozr9mCpEB0t48oxDSh9RzAf9MVxFY=";
hash = "sha256-ZVcIs8BpOHyLd7By/EKaV9DiFCIdAcCnct99/tyzvNI=";
};
postPatch = ''