python3Packages.psutil: 7.1.2 -> 7.1.3 (#466459)

This commit is contained in:
dotlambda
2025-12-02 06:16:14 +00:00
committed by GitHub
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "psutil";
version = "7.1.2";
version = "7.1.3";
pyproject = true;
inherit stdenv;
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "giampaolo";
repo = "psutil";
tag = "release-${version}";
hash = "sha256-LyGnLrq+SzCQmz8/P5DOugoNEyuH0IC7uIp8UAPwH0U=";
hash = "sha256-vMGUoiPr+QIe1N+I++d/DM9i2jeHTI68npGoJ2vKF10=";
};
postPatch = ''