Commit b0e1bb8c authored by Philipp Arras's avatar Philipp Arras
Browse files

python3Packages.nanobind: 2.6.1 -> 2.7.0

parent 972fe91f
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;
  };