python3Packages.psutil: 7.1.2 -> 7.1.3 (#466459)
This commit is contained in:
@@ -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 = ''
|
||||
|
||||
Reference in New Issue
Block a user