python3Packages.narwhals: 2.14.0 -> 2.15.0

https://github.com/narwhals-dev/narwhals/releases/tag/v2.15.0

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:19:36 +01:00
parent 5d6ceb679c
commit f1eb47024d
@@ -22,14 +22,14 @@
buildPythonPackage rec {
pname = "narwhals";
version = "2.14.0";
version = "2.15.0";
pyproject = true;
src = fetchFromGitHub {
owner = "narwhals-dev";
repo = "narwhals";
tag = "v${version}";
hash = "sha256-5yynyaY5NuxSGEro4pDzFFkf0PsYArzlB23lXYmzydY=";
hash = "sha256-7tLxMtFWpk0ZpR9UYtKdk6L2UXb/ah1ZA6XZ4RbnvsI=";
};
build-system = [ hatchling ];