python312Packages.narwhals: 1.28.0 -> 1.30.0

This commit is contained in:
R. Ryantm
2025-03-14 14:56:36 +00:00
parent ce52a4d87a
commit a5ccbd8b91
@@ -23,14 +23,14 @@
buildPythonPackage rec {
pname = "narwhals";
version = "1.28.0";
version = "1.30.0";
pyproject = true;
src = fetchFromGitHub {
owner = "narwhals-dev";
repo = "narwhals";
tag = "v${version}";
hash = "sha256-zI167qTGXMKgjMUSGiEKjGw2tITRQL4//wMqzj3DhVU=";
hash = "sha256-jqrrQRviWllzZQEnlOTZ6oJM3WYQ3YlDvareTTBcNl4=";
};
build-system = [