[PATCH] gnu: pybind11: Update to 2.10.4

  • Open
  • quality assurance status badge
Details
One participant
  • Lars Bilke
Owner
unassigned
Submitted by
Lars Bilke
Severity
normal
L
L
Lars Bilke wrote on 14 Apr 2023 17:24
(address . guix-patches@gnu.org)
FA2367A5-2D3E-488D-A68E-C038602467B6@ufz.de

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(-)

Toggle diff (24 lines)
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
--
2.39.2
L
L
Lars Bilke wrote on 28 Apr 2023 10:57
gnu: pybind11: Update to 2.10.4
(address . 62851@debbugs.gnu.org)
5CEBB021-D0BE-4A10-AD18-C6BDDE47A58D@ufz.de
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
L
L
Lars Bilke wrote on 19 Mar 15:43 +0100
(address . 62851@debbugs.gnu.org)
8A89B679-3201-4E13-BD17-17AB4187D5BA@ufz.de
This can be closed as there is now pybind-2.10 available in Guix.
?