aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2018-09-15 05:07:14 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2018-09-15 05:17:50 +0200
commit33198171746558d0c956103f73a78d3ae3d676cf (patch)
tree0a326a1255315b91aceb1f69f5067b9d5c2965fd
parent5c34d97187f8378249bf6a340ccde9e721a5a22d (diff)
downloadguix-33198171746558d0c956103f73a78d3ae3d676cf.tar
guix-33198171746558d0c956103f73a78d3ae3d676cf.tar.gz
gnu: pybind11: Update to 2.2.4.
* gnu/packages/python.scm (pybind11): Update to 2.2.4.
-rw-r--r--gnu/packages/python.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index afb329654a..7a4f11b4b8 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -13782,7 +13782,7 @@ under Python 2.7.")
(define-public pybind11
(package
(name "pybind11")
- (version "2.2.3")
+ (version "2.2.4")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -13790,7 +13790,7 @@ under Python 2.7.")
(commit (string-append "v" version))))
(sha256
(base32
- "111aagiy7lwf3gzf2hzg7sbgs2lxgj473bf75bqqfmhcbvf71vsq"))
+ "0pa79ymcasv8br5ifbx7878id5py2jpjac3i20cqxr6gs9l6ivlv"))
(file-name (git-file-name name version))))
(build-system cmake-build-system)
(native-inputs