mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: pybind11: Update to 2.3.0.
* gnu/packages/python-xyz.scm (pybind11): Update to 2.3.0.
This commit is contained in:
parent
1c9b99234c
commit
d478cc0435
1 changed files with 2 additions and 2 deletions
|
@ -14888,7 +14888,7 @@ (define-public python2-gdrivefs
|
|||
(define-public pybind11
|
||||
(package
|
||||
(name "pybind11")
|
||||
(version "2.2.4")
|
||||
(version "2.3.0")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -14896,7 +14896,7 @@ (define-public pybind11
|
|||
(commit (string-append "v" version))))
|
||||
(sha256
|
||||
(base32
|
||||
"0pa79ymcasv8br5ifbx7878id5py2jpjac3i20cqxr6gs9l6ivlv"))
|
||||
"11b6dniri8m05spfd2a19irz82shf4sdca73566bniggrf3zclnf"))
|
||||
(file-name (git-file-name name version))))
|
||||
(build-system cmake-build-system)
|
||||
(native-inputs
|
||||
|
|
Loading…
Reference in a new issue