guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: pybind11: Update to 2.8.1.


From: guix-commits
Subject: 02/02: gnu: pybind11: Update to 2.8.1.
Date: Wed, 23 Mar 2022 02:35:45 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit fada73a28020a2996c708d8c0a992d38a2cdd05d
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Mar 23 08:33:37 2022 +0200

    gnu: pybind11: Update to 2.8.1.
    
    * gnu/packages/python-xyz.scm (pybind11): Update to 2.8.1.
---
 gnu/packages/python-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index e500360db8..997b809b65 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -22291,7 +22291,7 @@ user-space file systems in Python.")
 (define-public pybind11
   (package
     (name "pybind11")
-    (version "2.6.2")
+    (version "2.8.1")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -22299,7 +22299,7 @@ user-space file systems in Python.")
                     (commit (string-append "v" version))))
               (sha256
                (base32
-                "1lsacpawl2gb5qlh0cawj9swsyfbwhzhwiv6553a7lsigdbadqpy"))
+                "10hrkrh78sk7k0ydw1ghmp7gvpwmkby0l2s0kf2iaj9sz0vijkhs"))
               (file-name (git-file-name name version))))
     (build-system cmake-build-system)
     (native-inputs



reply via email to

[Prev in Thread] Current Thread [Next in Thread]