Commit e4879b58 authored by Kevin Mehall's avatar Kevin Mehall
Browse files

python3Packages.narwhals: 2.10.0 -> 2.14.0

parent 6d1b6277
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -22,14 +22,14 @@

buildPythonPackage rec {
  pname = "narwhals";
  version = "2.10.0";
  version = "2.14.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "narwhals-dev";
    repo = "narwhals";
    tag = "v${version}";
    hash = "sha256-a/X6LVzFxtjyaFcgZapJZ5i9h5LSB39XjGu/HdhPf8k=";
    hash = "sha256-5yynyaY5NuxSGEro4pDzFFkf0PsYArzlB23lXYmzydY=";
  };

  build-system = [ hatchling ];