python3Packages.narwhals: 2.9.0 -> 2.10.0

Diff: https://github.com/narwhals-dev/narwhals/compare/v2.9.0...v2.10.0

Changelog: https://github.com/narwhals-dev/narwhals/releases/tag/v2.10.0
This commit is contained in:
Gaetan Lepage
2025-10-29 21:21:21 +00:00
parent 2b7d115f28
commit 0e0db84577

View File

@@ -21,14 +21,14 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "narwhals"; pname = "narwhals";
version = "2.9.0"; version = "2.10.0";
pyproject = true; pyproject = true;
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "narwhals-dev"; owner = "narwhals-dev";
repo = "narwhals"; repo = "narwhals";
tag = "v${version}"; tag = "v${version}";
hash = "sha256-b+Y6MAt0E4XIAO7Ctr+2UDnVTkhPoN/C3WWolEPh/es="; hash = "sha256-a/X6LVzFxtjyaFcgZapJZ5i9h5LSB39XjGu/HdhPf8k=";
}; };
build-system = [ hatchling ]; build-system = [ hatchling ];