Skip to content

Commit eb50f12

Browse files
authored
python312Packages.narwhals: 1.28.0 -> 1.30.0 (NixOS#389858)
2 parents 81e259f + a5ccbd8 commit eb50f12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/narwhals/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@
2323

2424
buildPythonPackage rec {
2525
pname = "narwhals";
26-
version = "1.28.0";
26+
version = "1.30.0";
2727
pyproject = true;
2828

2929
src = fetchFromGitHub {
3030
owner = "narwhals-dev";
3131
repo = "narwhals";
3232
tag = "v${version}";
33-
hash = "sha256-zI167qTGXMKgjMUSGiEKjGw2tITRQL4//wMqzj3DhVU=";
33+
hash = "sha256-jqrrQRviWllzZQEnlOTZ6oJM3WYQ3YlDvareTTBcNl4=";
3434
};
3535

3636
build-system = [

0 commit comments

Comments
 (0)