guix_mirror_bot pushed a commit to branch lisp-team
in repository guix.

commit de93d972328d0d1ce1b13b99d86973817a1dafac
Author: Ashish SHUKLA <[email protected]>
AuthorDate: Tue Jun 17 16:53:33 2025 +0000

    gnu: sbcl-burgled-batteries3: Unbreak with Python 3.11.
    
    * gnu/packages/lisp-xyz.scm (sbcl-burgled-batteries3)[arguments]
    <#:phases>: Update 'adjust-for-python-3.10' with more patterns.
    
    Change-Id: I51185d1f5ab63b5421e8748aa45133019187868a
    Signed-off-by: Guillaume Le Vaillant <[email protected]>
---
 gnu/packages/lisp-xyz.scm | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 500be6cbc7..5174399399 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -47,6 +47,7 @@
 ;;; Copyright © 2024 Grigory Shepelev <[email protected]>
 ;;; Copyright © 2025 Junker <[email protected]>
 ;;; Copyright © 2025 Simen Endsjø <[email protected]>
+;;; Copyright © 2025 Ashish SHUKLA <[email protected]>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -2854,7 +2855,9 @@ cartesian product.")
                  ((".*\"PyParser_SimpleParseStringFlagsFilename\".*") "")
                  ((".*\"PyParser_SimpleParseFile\".*") "")
                  ((".*\"PyParser_SimpleParseFileFlags\".*") "")
-                 ((".*\"PyLong_FromUnicode\".*") "")))))))
+                 ((".*\"PyLong_FromUnicode\".*") "")
+                 ((".*\"PyUnicodeEncodeError_Create\".*") "")
+                 ((".*\"PyUnicodeTranslateError_Create\".*") "")))))))
       (native-inputs
        (list sbcl-cl-fad sbcl-lift sbcl-cl-quickcheck))
       (inputs

Reply via email to