Commit 911eaaa6 authored by Philipp Arras's avatar Philipp Arras
Browse files

python3Packages.nanobind: 2.4.0 -> 2.5.0

parent e0a7f906
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -25,14 +25,14 @@
}:
buildPythonPackage rec {
  pname = "nanobind";
  version = "2.4.0";
  version = "2.5.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "wjakob";
    repo = "nanobind";
    tag = "v${version}";
    hash = "sha256-9OpDsjFEeJGtbti4Q9HHl78XaGf8M3lG4ukvHCMzyMU=";
    hash = "sha256-sH+qZHd9OKDxl2yTAeDh4xLwW64k6nIToyLfd3cR6kE=";
    fetchSubmodules = true;
  };