From 19f7b6db217bd8fec7f1f771f61cd04c803f8bce Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 1 Oct 2025 09:05:49 +0200 Subject: [PATCH] python313Packages.narwhals: 2.4.0 -> 2.6.0 Diff: https://github.com/narwhals-dev/narwhals/compare/v2.4.0...v2.6.0 Changelog: https://github.com/narwhals-dev/narwhals/releases/tag/v2.6.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 7f41ed3df2ce..2006fa640a03 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.4.0"; + version = "2.6.0"; pyproject = true; src = fetchFromGitHub { owner = "narwhals-dev"; repo = "narwhals"; tag = "v${version}"; - hash = "sha256-ReF/6UNxxeQd4RspzmauEUJGaI1kY3hMPNYSDg8ZP2w="; + hash = "sha256-peD5CLp5YCLPrOmXnoezT+gAJLf7zSb0xdhV+PhC/XI="; }; build-system = [ hatchling ];