gnu: pybind11: Update to 2.8.1.

* gnu/packages/python-xyz.scm (pybind11): Update to 2.8.1.
This commit is contained in:
Efraim Flashner 2022-03-23 08:33:37 +02:00
parent 63641be6eb
commit fada73a280
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -22291,7 +22291,7 @@ user-space file systems in Python.")
(define-public pybind11 (define-public pybind11
(package (package
(name "pybind11") (name "pybind11")
(version "2.6.2") (version "2.8.1")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -22299,7 +22299,7 @@ user-space file systems in Python.")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(sha256 (sha256
(base32 (base32
"1lsacpawl2gb5qlh0cawj9swsyfbwhzhwiv6553a7lsigdbadqpy")) "10hrkrh78sk7k0ydw1ghmp7gvpwmkby0l2s0kf2iaj9sz0vijkhs"))
(file-name (git-file-name name version)))) (file-name (git-file-name name version))))
(build-system cmake-build-system) (build-system cmake-build-system)
(native-inputs (native-inputs