scalene: 1.5.45 -> 1.5.46 (#353205)

This commit is contained in:
Nick Cao
2024-11-03 08:15:12 -05:00
committed by GitHub
@@ -39,7 +39,7 @@ in
buildPythonPackage rec {
pname = "scalene";
version = "1.5.45";
version = "1.5.46";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -47,7 +47,7 @@ buildPythonPackage rec {
owner = "plasma-umass";
repo = "scalene";
rev = "v${version}";
hash = "sha256-0DhoLsXv2tUEkynMkoA14pNxF6GGLe30bfUOii7+PYE=";
hash = "sha256-G+fX0D70aGOmXr/SqaBKkOz3CEHpGqClFFdTeOzRpaw=";
};
patches = [