scalene: 1.5.51 -> 1.5.52

This commit is contained in:
Sarah Clark 2025-03-03 11:14:31 -08:00
parent ebd865f44c
commit b5ec71b326

View File

@ -38,7 +38,7 @@ in
buildPythonPackage rec {
pname = "scalene";
version = "1.5.51";
version = "1.5.52";
pyproject = true;
disabled = pythonOlder "3.9";
@ -46,7 +46,7 @@ buildPythonPackage rec {
owner = "plasma-umass";
repo = "scalene";
tag = "v${version}";
hash = "sha256-507auU1uy3StmDWruwd/sgJDpV1WhbneSj/bTxUuAN0=";
hash = "sha256-8WE/tR0tGwdNSPtieS90QAOFlS66h/JxaV2LvpZjx2E=";
};
patches = [