Merge pull request #311093 from r-ryantm/auto-update/scalene

scalene: 1.5.39 -> 1.5.41
This commit is contained in:
Weijia Wang 2024-05-13 11:19:33 +02:00 committed by GitHub
commit 4892b4dde8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,13 +18,13 @@
buildPythonPackage rec {
pname = "scalene";
version = "1.5.39";
version = "1.5.41";
pyproject = true;
disabled = pythonOlder "3.9";
src = fetchPypi {
inherit pname version;
hash = "sha256-B4pDLP3+56toQZyvh6+6NimCKv0cpcO0ydcqV1tJZkg=";
hash = "sha256-akjxv9Qot2lGntZxkxfFqz65VboL1qduykfjyEg1Ivg=";
};
nativeBuildInputs = [