Hi Tanguy,

```scheme
(define-public python-3.13
  (package
    (inherit python-3.12)
    (version "3.13.2")
    (source
     (origin
(sha256 (base32 "0mpbb6hkzdphyin861ywqnxibh5i4gjl5vvxdyralz6ngk2vr16r")) (patches (search-patches "python-3-deterministic-build-info.patch"
                                "python-3.13-fix-tests.patch"
                                "python-3-hurd-configure.patch"))))))
```

Does this not work?

--8<---------------cut here---------------start------------->8---
(define-public python-3.13
 (package
   (inherit python-3.12)
   (version "3.13.2")
   (source
    (origin
      (inherit (package-source python-3.12))
(sha256 (base32 "0mpbb6hkzdphyin861ywqnxibh5i4gjl5vvxdyralz6ngk2vr16r")) (patches (search-patches "python-3-deterministic-build-info.patch"
                               "python-3.13-fix-tests.patch"
                               "python-3-hurd-configure.patch"))))))
--8<---------------cut here---------------end--------------->8---

--
Ricardo

Reply via email to