Unverified Commit b92a1bd6 authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

python3Packages.psutil: 7.0.0 -> 7.1.0 (#445485)

parents e6d58290 dc392407
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = ''