Commit 58727a9b authored by Fabian Affolter's avatar Fabian Affolter Committed by Gaetan Lepage
Browse files

python313Packages.narwhals: 2.6.0 -> 2.9.0

parent 868fc39b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -21,14 +21,14 @@

buildPythonPackage rec {
  pname = "narwhals";
  version = "2.6.0";
  version = "2.9.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "narwhals-dev";
    repo = "narwhals";
    tag = "v${version}";
    hash = "sha256-peD5CLp5YCLPrOmXnoezT+gAJLf7zSb0xdhV+PhC/XI=";
    hash = "sha256-b+Y6MAt0E4XIAO7Ctr+2UDnVTkhPoN/C3WWolEPh/es=";
  };

  build-system = [ hatchling ];