Merge pull request #332178 from r-ryantm/auto-update/python312Packages.scalene

python312Packages.scalene: 1.5.42.2 -> 1.5.43.2
This commit is contained in:
Pol Dellaiera 2024-08-04 23:05:48 +02:00 committed by GitHub
commit 45e9f81ff3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,13 +20,13 @@
buildPythonPackage rec {
pname = "scalene";
version = "1.5.42.2";
version = "1.5.43.2";
pyproject = true;
disabled = pythonOlder "3.9";
src = fetchPypi {
inherit pname version;
hash = "sha256-0ZGk0xFBFSeeg4vjNXu/ppGdEKGhUc2ql4R6oWG23aQ=";
hash = "sha256-LtD7v3pLz4UCnh6xlhkPdcEjyu3mt+YQPYZ0nNCLuDw=";
};
nativeBuildInputs = [