rekado pushed a commit to branch python-team
in repository guix.
commit f10f071aa9387037b1ffa2592f8fd0d0f294cd10
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sun Jan 26 01:05:08 2025 +0000
gnu: pybind11: Update to 2.13.6.
* gnu/packages/python-xyz.scm (pybind11): Update to 2.13.6. Fix build.
Change-Id: I91aa0b4387bd46f317c6e7a00572645195d133de
---
gnu/packages/python-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 6dc0017fea..51c585ba2f 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -29437,7 +29437,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
@@ -29445,7 +29445,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