python312Packages.narwhals: 1.9.1 -> 1.12.1 (#352648)

This commit is contained in:
OTABI Tomoya 2024-11-19 18:19:29 +09:00 committed by GitHub
commit dc1239e65d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,7 +19,7 @@
buildPythonPackage rec {
pname = "narwhals";
version = "1.9.1";
version = "1.12.1";
pyproject = true;
disabled = pythonOlder "3.8";
@ -28,7 +28,7 @@ buildPythonPackage rec {
owner = "narwhals-dev";
repo = "narwhals";
rev = "refs/tags/v${version}";
hash = "sha256-KUtmkDaHPaJ917/hVhJrt+x64JJYm06fyDfCV2nSa3s=";
hash = "sha256-wE+jLB2O9GqeO8+XwbiIu4lermMBRYNi8GQmbxkYkkc=";
};
build-system = [