Unverified Commit 45e9f81f authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

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

python312Packages.scalene: 1.5.42.2 -> 1.5.43.2
parents 4d843d75 6a0b3c2c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [