mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: pybind11: Update to 2.6.1.
* gnu/packages/python-xyz.scm (pybind11): Update to 2.6.1.
This commit is contained in:
parent
51418c32d9
commit
b965b2f004
1 changed files with 2 additions and 2 deletions
|
@ -18839,7 +18839,7 @@ (define-public python-stone
|
|||
(define-public pybind11
|
||||
(package
|
||||
(name "pybind11")
|
||||
(version "2.4.3")
|
||||
(version "2.6.1")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -18847,7 +18847,7 @@ (define-public pybind11
|
|||
(commit (string-append "v" version))))
|
||||
(sha256
|
||||
(base32
|
||||
"0k89w4bsfbpzw963ykg1cyszi3h3nk393qd31m6y46pcfxkqh4rd"))
|
||||
"1wh5b1xnywzxwxkyac2wvyqwzmy1qxs341jjk820r7b825wn6yad"))
|
||||
(file-name (git-file-name name version))))
|
||||
(build-system cmake-build-system)
|
||||
(native-inputs
|
||||
|
|
Loading…
Reference in a new issue