diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2022-03-23 08:33:37 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2022-03-23 08:33:37 +0200 |
commit | fada73a28020a2996c708d8c0a992d38a2cdd05d (patch) | |
tree | a3e7433043ccddb8cd9984336503466fcf60ba75 | |
parent | 63641be6ebb33dc2d1d034a71b435c74bec178d8 (diff) | |
download | guix-fada73a28020a2996c708d8c0a992d38a2cdd05d.tar.gz |
gnu: pybind11: Update to 2.8.1.
* gnu/packages/python-xyz.scm (pybind11): Update to 2.8.1.
-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 |