Commit 3e4ce66f authored by Sarah Clark's avatar Sarah Clark
Browse files

python312Packages.scalene: 1.5.47 -> 1.5.49

parent 88f9f6f5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -39,7 +39,7 @@ in

buildPythonPackage rec {
  pname = "scalene";
  version = "1.5.47";
  version = "1.5.49";
  pyproject = true;
  disabled = pythonOlder "3.9";

@@ -47,7 +47,7 @@ buildPythonPackage rec {
    owner = "plasma-umass";
    repo = "scalene";
    rev = "v${version}";
    hash = "sha256-NrXXwzp+NYdie7p5xsJa7lMGgKED3FCzeAjO7x+USHU=";
    hash = "sha256-Ivce90+W9NBMQjebj3zCB5eqDJydT8OTPYy4fjbybgI=";
  };

  patches = [