diff options
author | Ludovic Courtès <ludo@gnu.org> | 2020-02-10 17:53:58 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2020-02-10 23:31:58 +0100 |
commit | 0690f3244ef207b64b85ee31f748e9a9106eb3da (patch) | |
tree | 24b306ac052d595ec64c1fe2cec5c716809bdf35 /gnu/packages/python-xyz.scm | |
parent | 65eada58a07562809ba2daf6310244bf43133871 (diff) | |
download | guix-0690f3244ef207b64b85ee31f748e9a9106eb3da.tar guix-0690f3244ef207b64b85ee31f748e9a9106eb3da.tar.gz |
gnu: pybind11: Update to 2.4.3.
* gnu/packages/python-xyz.scm (pybind11): Update to 2.4.3.
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r-- | gnu/packages/python-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index efa74a79f3..bfd04c004c 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -15395,7 +15395,7 @@ under Python 2.7.") (define-public pybind11 (package (name "pybind11") - (version "2.3.0") + (version "2.4.3") (source (origin (method git-fetch) (uri (git-reference @@ -15403,7 +15403,7 @@ under Python 2.7.") (commit (string-append "v" version)))) (sha256 (base32 - "11b6dniri8m05spfd2a19irz82shf4sdca73566bniggrf3zclnf")) + "0k89w4bsfbpzw963ykg1cyszi3h3nk393qd31m6y46pcfxkqh4rd")) (file-name (git-file-name name version)))) (build-system cmake-build-system) (native-inputs |