Unverified Commit 00fb6800 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python313Packages.narwhals: 2.4.0 -> 2.6.0 (#447661)

parents 2a0f1ff1 19f7b6db
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -21,14 +21,14 @@

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

  src = fetchFromGitHub {
    owner = "narwhals-dev";
    repo = "narwhals";
    tag = "v${version}";
    hash = "sha256-ReF/6UNxxeQd4RspzmauEUJGaI1kY3hMPNYSDg8ZP2w=";
    hash = "sha256-peD5CLp5YCLPrOmXnoezT+gAJLf7zSb0xdhV+PhC/XI=";
  };

  build-system = [ hatchling ];