Author: Gert Wollny Description: Work around compile bug with python 3.7.1 Debian-Bug: https://bugs.debian.org/914347 diff --git a/Wrapping/PythonCore/vtkPythonArgs.cxx b/Wrapping/PythonCore/vtkPythonArgs.cxx index 1b1e4b9..682f8b8 100644 --- a/Wrapping/PythonCore/vtkPythonArgs.cxx +++ b/Wrapping/PythonCore/vtkPythonArgs.cxx @@ -102,7 +102,7 @@ bool vtkPythonGetStringValue(PyObject *o, T *&a, const char *exctext) else if (PyUnicode_Check(o)) { #if PY_VERSION_HEX >= 0x03030000 - a = PyUnicode_AsUTF8(o); + a = const_cast(PyUnicode_AsUTF8(o)); return true; #else PyObject *s = _PyUnicode_AsDefaultEncodedString(o, NULL); ' value='bf7a7af1a4ffd8d5f332d662e425277a95c99b27'/> Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2024-02-26 12:25:14 +0100
committerRicardo Wurmus <rekado@elephly.net>2024-02-26 12:34:11 +0100
commitbf7a7af1a4ffd8d5f332d662e425277a95c99b27 (patch)
tree86bf228ee62db7f8722a2919198f540207c248fb /gnu/packages/vulkan.scm
parent0277cc6c0df2644972188a59564384d394b8e7be (diff)
downloadguix-bf7a7af1a4ffd8d5f332d662e425277a95c99b27.tar.gz
guix-bf7a7af1a4ffd8d5f332d662e425277a95c99b27.zip
gnu: r-ggplot2: Update to 3.5.0.
* gnu/packages/statistics.scm (r-ggplot2): Update to 3.5.0. Change-Id: I65435f9ddb69a9c62c79edd4eadd8c3d601251c6
Diffstat (limited to 'gnu/packages/vulkan.scm')
0 files changed, 0 insertions, 0 deletions