Unverified Commit b3f0919b authored by kirillrdy's avatar kirillrdy Committed by GitHub
Browse files

python3Packages.narwhals: 2.9.0 -> 2.10.0 (#456823)

parents 4ba47f8f 0e0db845
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -21,14 +21,14 @@

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

  src = fetchFromGitHub {
    owner = "narwhals-dev";
    repo = "narwhals";
    tag = "v${version}";
    hash = "sha256-b+Y6MAt0E4XIAO7Ctr+2UDnVTkhPoN/C3WWolEPh/es=";
    hash = "sha256-a/X6LVzFxtjyaFcgZapJZ5i9h5LSB39XjGu/HdhPf8k=";
  };

  build-system = [ hatchling ];