Skip to content

Commit

Permalink
python312Packages.scikit-build-core: 0.10.5 -> 0.10.7
Browse files Browse the repository at this point in the history
  • Loading branch information
dotlambda committed Oct 1, 2024
1 parent 9150641 commit c136811
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/python-modules/scikit-build-core/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@

buildPythonPackage rec {
pname = "scikit-build-core";
version = "0.10.5";
version = "0.10.7";
pyproject = true;

src = fetchFromGitHub {
owner = "scikit-build";
repo = "scikit-build-core";
rev = "refs/tags/v${version}";
hash = "sha256-hpwXEWPofgMT4ua2tZI1mtGbaBkT2XPBd6QL8xTi1A0=";
hash = "sha256-R6/Y9brIYBA1P3YeG8zGaoPcxWFUDqZlqbZpWu3MIIw=";
};

postPatch = lib.optionalString (pythonOlder "3.11") ''
Expand Down Expand Up @@ -89,7 +89,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Next generation Python CMake adaptor and Python API for plugins";
homepage = "https://github.com/scikit-build/scikit-build-core";
changelog = "https://github.com/scikit-build/scikit-build-core/releases/tag/v${version}";
changelog = "https://github.com/scikit-build/scikit-build-core/blob/${src.rev}/docs/changelog.md";
license = with licenses; [ asl20 ];
maintainers = with maintainers; [ veprbl ];
};
Expand Down

0 comments on commit c136811

Please sign in to comment.