python3Packages.narwhals: 1.18.4 -> 1.22.0
https://github.com/narwhals-dev/narwhals/releases/tag/v1.22.0
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "narwhals";
|
||||
version = "1.18.4";
|
||||
version = "1.22.0";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
@@ -28,7 +28,7 @@ buildPythonPackage rec {
|
||||
owner = "narwhals-dev";
|
||||
repo = "narwhals";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-PpkwiM5qRVLdmxbOHqzr1354nSgqPVlENIXhGhNSq9A=";
|
||||
hash = "sha256-I6nJJiiW1v04YH70OPxXKeO80N52nnCPKRzJLILEWmw=";
|
||||
};
|
||||
|
||||
build-system = [
|
||||
@@ -64,7 +64,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