Commit 3ce7f9e4 authored by R. RyanTM's avatar R. RyanTM Committed by Dmitry Kalinkin
Browse files

python311Packages.scikit-build-core: 0.7.0 -> 0.8.0

parent ca417916
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -22,13 +22,13 @@

buildPythonPackage rec {
  pname = "scikit-build-core";
  version = "0.7.0";
  version = "0.8.0";
  pyproject = true;

  src = fetchPypi {
    pname = "scikit_build_core";
    inherit version;
    hash = "sha256-hffyRpxWjGzjWrL6Uv4tJqBODeUH06JMGrtyg3Vlf9M=";
    hash = "sha256-WAW/iYSXOemY/BuupG5WVVZi8cnZfEF8PgOHAtZTr+M=";
  };

  postPatch = lib.optionalString (pythonOlder "3.11") ''