diff options
| author | Cayetano Santos <csantosb@inventati.org> | 2026-06-25 11:11:55 +0200 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-07-18 13:03:28 +0200 |
| commit | d679cb9ca92fea32fa28a43f806cd77b029217c5 (patch) | |
| tree | e621aa8c3c55065fd00fee29512602c96575bf0f /gnu/packages/game-development.scm | |
| parent | 81c18d1cc86484a5dc23c1fb7e3be668f741bd2f (diff) | |
gnu: python-pybox2d: Update dependency on swig.
* gnu/packages/game-development.scm (python-pybox2d)[native-inputs]:
Replace swig-4.0 with swig-4.4.
Signed-off-by: Andreas Enge <andreas@enge.fr>
Diffstat (limited to 'gnu/packages/game-development.scm')
| -rw-r--r-- | gnu/packages/game-development.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/game-development.scm b/gnu/packages/game-development.scm index 976aa019b42..baefaa60619 100644 --- a/gnu/packages/game-development.scm +++ b/gnu/packages/game-development.scm | |||
| @@ -610,7 +610,7 @@ files) into @file{.grf} and/or @file{.nfo} files.") | |||
| 610 | (add-before 'build 'build-ext | 610 | (add-before 'build 'build-ext |
| 611 | (lambda _ | 611 | (lambda _ |
| 612 | (invoke "python" "setup.py" "build_ext" "--inplace")))))) | 612 | (invoke "python" "setup.py" "build_ext" "--inplace")))))) |
| 613 | (native-inputs (list swig-4.0 python-setuptools python-wheel)) | 613 | (native-inputs (list swig-4.4 python-setuptools python-wheel)) |
| 614 | (home-page "https://github.com/pybox2d/pybox2d") | 614 | (home-page "https://github.com/pybox2d/pybox2d") |
| 615 | (synopsis "2D game physics for Python") | 615 | (synopsis "2D game physics for Python") |
| 616 | (description | 616 | (description |
