~ruther/guix-local

0990ba8a435a2f4260c81d7011d6a35a96a347af — Hartmut Goebel 8 months ago a0e7476
gnu: trytond-account-asset: Update to 7.0.1 and switch to pyproject.

* gnu/packages/tryton.scm(trytond-account-asset): Update to 7.0.1.
[build-system] Switch to pyproject-build-system.

Change-Id: I5b83bf02f74dbfb4667f88088e29756fb6207948
1 files changed, 5 insertions(+), 5 deletions(-)

M gnu/packages/tryton.scm
M gnu/packages/tryton.scm => gnu/packages/tryton.scm +5 -5
@@ 281,18 281,18 @@ most of accounting needs.")
(define-public trytond-account-asset
  (package
    (name "trytond-account-asset")
    (version "6.2.1")
    (version "7.0.1")
    (source
     (origin
       (method url-fetch)
       (uri (pypi-uri "trytond_account_asset" version))
       (sha256
        (base32 "0zs0bqa3crfqc39z7c5hcj60w2aws2fv2l9y59v9sfy8azi32533"))))
    (build-system python-build-system)
        (base32 "0v11scsbzgfx9k89dqb3fil9ynccvqxm0ph1jhyhls3i09d1vpga"))))
    (build-system pyproject-build-system)
    (arguments (tryton-arguments "account_asset"))
    (native-inputs
     `(,@(%standard-trytond-native-inputs)
       ("trytond-purchase" ,trytond-purchase)))
     (cons* trytond-purchase
            %standard-trytond-native-inputs))
    (propagated-inputs
     (list trytond trytond-account trytond-account-invoice
           trytond-account-product trytond-product))