gnu: pybind11: Update to 2.6.2.
* gnu/packages/python-xyz.scm (pybind11): Update to 2.6.2.
This commit is contained in:
parent
df48a11e1b
commit
d4f02447ff
1 changed files with 2 additions and 2 deletions
|
@ -20491,7 +20491,7 @@ user-space file systems in Python.")
|
||||||
(define-public pybind11
|
(define-public pybind11
|
||||||
(package
|
(package
|
||||||
(name "pybind11")
|
(name "pybind11")
|
||||||
(version "2.6.1")
|
(version "2.6.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -20499,7 +20499,7 @@ user-space file systems in Python.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1wh5b1xnywzxwxkyac2wvyqwzmy1qxs341jjk820r7b825wn6yad"))
|
"1lsacpawl2gb5qlh0cawj9swsyfbwhzhwiv6553a7lsigdbadqpy"))
|
||||||
(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
|
||||||
|
|
Reference in a new issue