me
/
guix
Archived
1
0
Fork 0

gnu: pybind11: Update to 2.4.3.

* gnu/packages/python-xyz.scm (pybind11): Update to 2.4.3.
master
Ludovic Courtès 2020-02-10 17:53:58 +01:00
parent 65eada58a0
commit 0690f3244e
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 2 deletions

View File

@ -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