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

python3Packages.nanobind: 2.10.1 -> 2.10.2 (#471584)

parents 5f8d5dbb e2d49099
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@
}:
buildPythonPackage rec {
  pname = "nanobind";
  version = "2.10.1";
  version = "2.10.2";
  pyproject = true;

  src = fetchFromGitHub {
@@ -34,7 +34,7 @@ buildPythonPackage rec {
    repo = "nanobind";
    tag = "v${version}";
    fetchSubmodules = true;
    hash = "sha256-LNr3d0ytnkcJOps6DzdZtyiihFwNgv34s5RJsRBD844=";
    hash = "sha256-io44YhN+VpfHFWyvvLWSanRgbzA0whK8WlDNRi3hahU=";
  };

  build-system = [