diff options
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 e500360db8..997b809b65 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -22291,7 +22291,7 @@ user-space file systems in Python.") (define-public pybind11 (package (name "pybind11") - (version "2.6.2") + (version "2.8.1") (source (origin (method git-fetch) (uri (git-reference @@ -22299,7 +22299,7 @@ user-space file systems in Python.") (commit (string-append "v" version)))) (sha256 (base32 - "1lsacpawl2gb5qlh0cawj9swsyfbwhzhwiv6553a7lsigdbadqpy")) + "10hrkrh78sk7k0ydw1ghmp7gvpwmkby0l2s0kf2iaj9sz0vijkhs")) (file-name (git-file-name name version)))) (build-system cmake-build-system) (native-inputs |