This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new a3d8ec15d8 gnu: rpatool: Switch to pyproject.
a3d8ec15d8 is described below

commit a3d8ec15d825a6effb98713b35393d3f707a660d
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sat Dec 27 11:06:06 2025 +0000

    gnu: rpatool: Switch to pyproject.
    
    * gnu/packages/game-development.scm (rpatool):
    [build-system]: Switch to pyproject-build-system.
     wl
    
    Change-Id: If04c7db1911f9a2cb64dfcf8d1f01c696df9e65d
---
 gnu/packages/game-development.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/game-development.scm 
b/gnu/packages/game-development.scm
index a03370ded4..7565115465 100644
--- a/gnu/packages/game-development.scm
+++ b/gnu/packages/game-development.scm
@@ -1951,6 +1951,8 @@ visual novel engine, explaining all of its features.")
     (license license:expat)))
 
 (define-public rpatool
+  ;; XXX: No releases or version tags, see:
+  ;; <https://codeberg.org/shiz/rpatool/issues/28>.
   (let ((revision "0")
         (commit "74f26d5dfdd645483e02552aa766ca447ad6b191"))
     (package
@@ -1965,7 +1967,7 @@ visual novel engine, explaining all of its features.")
          (file-name (git-file-name name version))
          (sha256
           (base32 "10dm8bak0dm84d1ciwzw6jd5y64invddlmcdnawnpp7jn3wrg1jb"))))
-      (build-system python-build-system)
+      (build-system pyproject-build-system)
       (arguments
        (list
         #:tests? #f ;no tests

Reply via email to