python312Packages.narwhals: 1.26.0 -> 1.28.0 (#386117)
This commit is contained in:
@@ -23,14 +23,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "narwhals";
|
||||
version = "1.26.0";
|
||||
version = "1.28.0";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "narwhals-dev";
|
||||
repo = "narwhals";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-tGxRJauYD0mCA66Rd2i8jJsuDLVgyk35F7HRMR1ZkQs=";
|
||||
hash = "sha256-zI167qTGXMKgjMUSGiEKjGw2tITRQL4//wMqzj3DhVU=";
|
||||
};
|
||||
|
||||
build-system = [
|
||||
@@ -65,7 +65,7 @@ buildPythonPackage rec {
|
||||
meta = {
|
||||
description = "Lightweight and extensible compatibility layer between dataframe libraries";
|
||||
homepage = "https://github.com/narwhals-dev/narwhals";
|
||||
changelog = "https://github.com/narwhals-dev/narwhals/releases/tag/v${version}";
|
||||
changelog = "https://github.com/narwhals-dev/narwhals/releases/tag/${src.tag}";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ fab ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user