Commit dc392407 authored by Lucy's avatar Lucy
Browse files

python3Packages.psutil: 7.0.0 -> 7.1.0

parent dd1eea25
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 = ''