Commit 17983f67 authored by R. RyanTM's avatar R. RyanTM Committed by Dmitry Kalinkin
Browse files

python311Packages.scikit-build-core: 0.4.8 -> 0.5.0

parent ade414b6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -21,13 +21,13 @@

buildPythonPackage rec {
  pname = "scikit-build-core";
  version = "0.4.8";
  version = "0.5.0";
  format = "pyproject";

  src = fetchPypi {
    pname = "scikit_build_core";
    inherit version;
    hash = "sha256-n6wcrBo4uhFoGQt72Y9irs8GzUbbcYXsjCeyfg2krUs=";
    hash = "sha256-pCqVAps0tc+JKFU0LZuURcd0y3l/yyTI/EwvtCsY38o=";
  };

  postPatch = ''