From 0dc1e39e1bd2531e03305f89c3bdac26063a20c8 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Sun, 12 Jul 2026 03:16:42 +0200 Subject: [PATCH] python3Packages.scikit-build: 0.19.0 -> 0.19.1 https://github.com/scikit-build/scikit-build/blob/0.19.1/CHANGES.rst --- pkgs/development/python-modules/scikit-build/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/scikit-build/default.nix b/pkgs/development/python-modules/scikit-build/default.nix index 8bf1fbdc5ba7..79285c935de3 100644 --- a/pkgs/development/python-modules/scikit-build/default.nix +++ b/pkgs/development/python-modules/scikit-build/default.nix @@ -22,13 +22,13 @@ buildPythonPackage rec { pname = "scikit-build"; - version = "0.19.0"; + version = "0.19.1"; pyproject = true; src = fetchPypi { pname = "scikit_build"; inherit version; - hash = "sha256-RuGy1xND0U5MB9fmCQLmc8eN77miwoK3CtgPuFAq3i4="; + hash = "sha256-uajQf8otXRDZMiC8V6aFFh1yrx/HYoXVXFZN2qhi5YQ="; }; # This line in the filterwarnings section of the pytest configuration leads to this error: