summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorMarius Bakke <marius@gnu.org>2021-05-13 19:31:21 +0200
committerMarius Bakke <marius@gnu.org>2021-05-15 19:18:46 +0200
commitd4f02447ff4ee94e78ce59381460b7979186397a (patch)
tree123376bb52f1cf088500b4802124823b36442846 /gnu/packages
parentdf48a11e1b3e842f54603a6ef170e77aca47062a (diff)
downloadguix-patches-d4f02447ff4ee94e78ce59381460b7979186397a.tar
guix-patches-d4f02447ff4ee94e78ce59381460b7979186397a.tar.gz
gnu: pybind11: Update to 2.6.2.
* gnu/packages/python-xyz.scm (pybind11): Update to 2.6.2.
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/python-xyz.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 2ff0332c7f..b640077783 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -20491,7 +20491,7 @@ user-space file systems in Python.")
(define-public pybind11
(package
(name "pybind11")
- (version "2.6.1")
+ (version "2.6.2")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -20499,7 +20499,7 @@ user-space file systems in Python.")
(commit (string-append "v" version))))
(sha256
(base32
- "1wh5b1xnywzxwxkyac2wvyqwzmy1qxs341jjk820r7b825wn6yad"))
+ "1lsacpawl2gb5qlh0cawj9swsyfbwhzhwiv6553a7lsigdbadqpy"))
(file-name (git-file-name name version))))
(build-system cmake-build-system)
(native-inputs