Unverified Commit 34efbc57 authored by Donovan Glover's avatar Donovan Glover Committed by GitHub
Browse files

python312Packages.scalene: 1.5.47 -> 1.5.49 (#362531)

parents 3a9f2af3 3e4ce66f
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 = [