guix_mirror_bot pushed a commit to branch master
in repository guix.

commit fc2f9608df2010772847d8577e990382b85fc3de
Author: Hartmut Goebel <[email protected]>
AuthorDate: Fri Sep 26 12:13:38 2025 +0200

    gnu: trytond-account-invoice-secondary-unit: Update to 7.0.0 and switch to 
pyproject.
    
    * gnu/packages/tryton.scm(trytond-account-invoice-secondary-unit): Update 
to 7.0.0.
    [build-system] Switch to pyproject-build-system.
    
    Change-Id: I7ec21f436e1c82a36558b7ad7b072bab6c14d27a
---
 gnu/packages/tryton.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/tryton.scm b/gnu/packages/tryton.scm
index d4d5b7c559..addb3fd723 100644
--- a/gnu/packages/tryton.scm
+++ b/gnu/packages/tryton.scm
@@ -803,16 +803,16 @@ allows creating an invoice line not linked to an 
invoice.")
 (define-public trytond-account-invoice-secondary-unit
   (package
     (name "trytond-account-invoice-secondary-unit")
-    (version "6.2.0")
+    (version "7.0.0")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "trytond_account_invoice_secondary_unit" version))
        (sha256
-        (base32 "1wmc8zx51saqxbg26b7jnhl7ss3gjrhzxn7zqqsis9dps6l07jwf"))))
-    (build-system python-build-system)
+        (base32 "1qqr70xw5ybn1xywgdznqc2lqsvs592qiam0rr75zyjzv3g3bfxc"))))
+    (build-system pyproject-build-system)
     (arguments (tryton-arguments "account_invoice_secondary_unit"))
-    (native-inputs (%standard-trytond-native-inputs))
+    (native-inputs %standard-trytond-native-inputs)
     (propagated-inputs
      (list trytond trytond-account-invoice trytond-product))
     (home-page

Reply via email to