Commit a6e29045 authored by Philipp Arras's avatar Philipp Arras Committed by Gaetan Lepage
Browse files

python3Packages.nanobind: 2.9.2 -> 2.10.1

parent b585cdcd
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@
}:
buildPythonPackage rec {
  pname = "nanobind";
  version = "2.9.2";
  version = "2.10.1";
  pyproject = true;

  src = fetchFromGitHub {
@@ -34,7 +34,7 @@ buildPythonPackage rec {
    repo = "nanobind";
    tag = "v${version}";
    fetchSubmodules = true;
    hash = "sha256-cC+sf2FUm1jdGMRdDoaQK8rjUVkWjn/53c1HQ5gsUWs=";
    hash = "sha256-LNr3d0ytnkcJOps6DzdZtyiihFwNgv34s5RJsRBD844=";
  };

  build-system = [