~ruther/ruthless-guix

ref: f3d1798020e11ed250df1f8e3fd623080706f015 ruthless-guix/tests/python3.12.scm -rw-r--r-- 276 bytes
f3d17980 — Rutherther fix: search-patches is a macro, work with that. 8 days ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
(use-modules
 (ruther packages python-next)
 (guix packages)
 (gnu packages python-check)
 (gnu packages python-xyz)
 (gnu packages check))

(with-explicit-python-3.12
 (package
  (inherit python-iniconfig)))

(with-explicit-python-3.12
 (list
  python-pylint
  python-mypy))