Unverified Commit 32229456 authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

python3Packages.nanobind: 2.6.1 -> 2.7.0 (#400523)

parents d72d003f b0e1bb8c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -27,14 +27,14 @@
}:
buildPythonPackage rec {
  pname = "nanobind";
  version = "2.6.1";
  version = "2.7.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "wjakob";
    repo = "nanobind";
    tag = "v${version}";
    hash = "sha256-1CU5aRhiVPGXLVYZzOM8ELgRwa3hz7kQSwlTYsvFE7s=";
    hash = "sha256-ex5svqDp9XJtiNCxu0249ORL6LbG679U6PvKQaWANmE=";
    fetchSubmodules = true;
  };