This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch next-master
in repository guix.
The following commit(s) were added to refs/heads/next-master by this push:
new e606fa7959 gnu: opencolorio: Update input.
e606fa7959 is described below
commit e606fa795986280e44ad7a776d70ac6a46ac1c76
Author: Andreas Enge <[email protected]>
AuthorDate: Sun Jan 18 18:31:45 2026 +0100
gnu: opencolorio: Update input.
* gnu/packages/image-processing.scm (opencolorio)[native-inputs]:
Replace pybind11-2.10 by pybind11.
Change-Id: Idd9d1563e39522c2c0363226f459cfa42488fbf3
---
gnu/packages/image-processing.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/image-processing.scm
b/gnu/packages/image-processing.scm
index 23eb65ceb2..404bec4818 100644
--- a/gnu/packages/image-processing.scm
+++ b/gnu/packages/image-processing.scm
@@ -321,7 +321,7 @@ licences similar to the Modified BSD licence."))))
(native-inputs
;; XXX: OCIO has unit tests for OpenShadingLanguage, but they fail.
;; They also require OIIO, but OCIO is an optional dependency to it.
- (list pybind11-2.10 python-wrapper))
+ (list pybind11 python-wrapper))
(inputs
(list expat
freeglut