From 0e0db84577ca47cdbc6646e3c250b1e806a8559f Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Wed, 29 Oct 2025 21:21:21 +0000 Subject: [PATCH] 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 --- pkgs/development/python-modules/narwhals/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/narwhals/default.nix b/pkgs/development/python-modules/narwhals/default.nix index 9f000c226bf3..a33dad202948 100644 --- a/pkgs/development/python-modules/narwhals/default.nix +++ b/pkgs/development/python-modules/narwhals/default.nix @@ -21,14 +21,14 @@ buildPythonPackage rec { pname = "narwhals"; - version = "2.9.0"; + version = "2.10.0"; pyproject = true; src = fetchFromGitHub { owner = "narwhals-dev"; repo = "narwhals"; tag = "v${version}"; - hash = "sha256-b+Y6MAt0E4XIAO7Ctr+2UDnVTkhPoN/C3WWolEPh/es="; + hash = "sha256-a/X6LVzFxtjyaFcgZapJZ5i9h5LSB39XjGu/HdhPf8k="; }; build-system = [ hatchling ];