Robert Schütz
2025-11-29 18:42:19 -08:00
parent 71f1d68b32
commit fb8ead2032
@@ -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 = ''