Skip to content

Commit

Permalink
python312Packages.narwhals: 1.12.1 -> 1.18.4 (NixOS#363035)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff authored Dec 19, 2024
2 parents 0f307b1 + 64ec887 commit dfdf1d4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/python-modules/narwhals/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,16 @@

buildPythonPackage rec {
pname = "narwhals";
version = "1.12.1";
version = "1.18.4";
pyproject = true;

disabled = pythonOlder "3.8";

src = fetchFromGitHub {
owner = "narwhals-dev";
repo = "narwhals";
rev = "refs/tags/v${version}";
hash = "sha256-wE+jLB2O9GqeO8+XwbiIu4lermMBRYNi8GQmbxkYkkc=";
tag = "v${version}";
hash = "sha256-PpkwiM5qRVLdmxbOHqzr1354nSgqPVlENIXhGhNSq9A=";
};

build-system = [
Expand Down

0 comments on commit dfdf1d4

Please sign in to comment.