python313Packages.narwhals: 2.4.0 -> 2.6.0 (#447661)

This commit is contained in:
Fabian Affolter
2025-10-05 09:26:23 +00:00
committed by GitHub
@@ -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 ];