diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-01-26 01:05:08 +0000 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2025-04-16 11:46:09 +0200 |
| commit | c3bdbea4b9adc3c2e773a0215fb53e494da41299 (patch) | |
| tree | a0e6b60e1dfac07d66d5f85b4722e6700dbcd9cf /gnu | |
| parent | fadd26395d4a66286d976290e0dc7f11630fc03e (diff) | |
gnu: pybind11: Update to 2.13.6.
* gnu/packages/python-xyz.scm (pybind11): Update to 2.13.6. Fix build.
Change-Id: I91aa0b4387bd46f317c6e7a00572645195d133de
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index c2d9e99a703..27dadf9b0f7 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -29755,7 +29755,7 @@ user-space file systems in Python.") (define-public pybind11 (package (name "pybind11") - (version "2.8.1") + (version "2.13.6") (source (origin (method git-fetch) (uri (git-reference @@ -29763,7 +29763,7 @@ user-space file systems in Python.") (commit (string-append "v" version)))) (sha256 (base32 - "10hrkrh78sk7k0ydw1ghmp7gvpwmkby0l2s0kf2iaj9sz0vijkhs")) + "1dbnki0pnky39kr04afd9ks597bzjc530zbk33jjss53nfvdvlj8")) (file-name (git-file-name name version)))) (build-system cmake-build-system) (native-inputs |
