diff mbox series

[bug#62851] gnu: pybind11: Update to 2.10.4

Message ID FA2367A5-2D3E-488D-A68E-C038602467B6@ufz.de
State New
Headers show
Series [bug#62851] gnu: pybind11: Update to 2.10.4 | expand

Commit Message

Lars Bilke April 14, 2023, 3:24 p.m. UTC
From 0add794a9fd020ef698b6c282f825edadbf90b25 Mon Sep 17 00:00:00 2001
Message-Id: <0add794a9fd020ef698b6c282f825edadbf90b25.1681485461.git.lars.bilke@ufz.de>
From: Lars Bilke <lars.bilke@ufz.de>
Date: Fri, 14 Apr 2023 17:16:34 +0200
Subject: [PATCH] gnu: pybind11: Update to 2.10.4.
To: guix-patches@gnu.org

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

Comments

Lars Bilke April 28, 2023, 8:57 a.m. UTC | #1
Hello,

this my first guix patch. Is there something missing or is there anything I can do to get this reviewed / merged?

Thanks a lot!
Lars
Lars Bilke March 19, 2024, 2:43 p.m. UTC | #2
This can be closed as there is now pybind-2.10 available in Guix.
diff mbox series

Patch

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 60055b19aa..89139aa6ef 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -23388,7 +23388,7 @@  (define-public python-stone
 (define-public pybind11
   (package
     (name "pybind11")
-    (version "2.8.1")
+    (version "2.10.4")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -23396,7 +23396,7 @@  (define-public pybind11
                     (commit (string-append "v" version))))
               (sha256
                (base32
-                "10hrkrh78sk7k0ydw1ghmp7gvpwmkby0l2s0kf2iaj9sz0vijkhs"))
+                "0rbcfvl7y472sykzdq3vrkw83kar0lpzhk3wq9yj9cdydl8cpfcz"))
               (file-name (git-file-name name version))))
     (build-system cmake-build-system)
     (native-inputs