Skip to content

Commit

Permalink
python312Packages.pybind11: 2.13.1 -> 2.13.5
Browse files Browse the repository at this point in the history
  • Loading branch information
dotlambda committed Aug 23, 2024
1 parent c4a0a12 commit ee075da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/pybind11/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,14 @@ let
in
buildPythonPackage rec {
pname = "pybind11";
version = "2.13.1";
version = "2.13.5";
pyproject = true;

src = fetchFromGitHub {
owner = "pybind";
repo = "pybind11";
rev = "v${version}";
hash = "sha256-sQUq39CmgsDEMfluKMrrnC5fio//pgExcyqJAE00UjU=";
hash = "sha256-cpxhrTFihA+gWmX62a+EQF3lccUyvu+d1MU2IC/CN6Q=";
};

build-system = [
Expand Down

0 comments on commit ee075da

Please sign in to comment.