Archived
1
0
Fork 0

gnu: pybind11: Update to 2.6.1.

* gnu/packages/python-xyz.scm (pybind11): Update to 2.6.1.
This commit is contained in:
Nicolas Goaziou 2021-01-26 14:20:12 +01:00
parent 51418c32d9
commit b965b2f004
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -18839,7 +18839,7 @@ user-space file systems in Python.")
(define-public pybind11 (define-public pybind11
(package (package
(name "pybind11") (name "pybind11")
(version "2.4.3") (version "2.6.1")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -18847,7 +18847,7 @@ user-space file systems in Python.")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(sha256 (sha256
(base32 (base32
"0k89w4bsfbpzw963ykg1cyszi3h3nk393qd31m6y46pcfxkqh4rd")) "1wh5b1xnywzxwxkyac2wvyqwzmy1qxs341jjk820r7b825wn6yad"))
(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