python313Packages.narwhals: 2.6.0 -> 2.9.0

Changelog: https://github.com/narwhals-dev/narwhals/releases/tag/v2.9.0
This commit is contained in:
Fabian Affolter
2025-10-26 08:12:46 +00:00
committed by Gaetan Lepage
parent 868fc39bdd
commit 58727a9bc1
@@ -21,14 +21,14 @@
buildPythonPackage rec {
pname = "narwhals";
version = "2.6.0";
version = "2.9.0";
pyproject = true;
src = fetchFromGitHub {
owner = "narwhals-dev";
repo = "narwhals";
tag = "v${version}";
hash = "sha256-peD5CLp5YCLPrOmXnoezT+gAJLf7zSb0xdhV+PhC/XI=";
hash = "sha256-b+Y6MAt0E4XIAO7Ctr+2UDnVTkhPoN/C3WWolEPh/es=";
};
build-system = [ hatchling ];