~ruther/guix-local

a3da6c519e8de6dc2055f97fca3e60dc4cad761e — Hartmut Goebel 7 months ago c180f92
gnu: trytond-sale-subscription-asset: Update to 7.0.1 and switch to pyproject.

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

Change-Id: Ibdebce366a1aa084e0f2ecfd32f83a440d0545e5
1 files changed, 4 insertions(+), 4 deletions(-)

M gnu/packages/tryton.scm
M gnu/packages/tryton.scm => gnu/packages/tryton.scm +4 -4
@@ 3817,16 3817,16 @@ services and recurrence rule models.")
(define-public trytond-sale-subscription-asset
  (package
    (name "trytond-sale-subscription-asset")
    (version "6.2.0")
    (version "7.0.1")
    (source
     (origin
       (method url-fetch)
       (uri (pypi-uri "trytond_sale_subscription_asset" version))
       (sha256
        (base32 "0bkksk3l3ydxmqglsrrqgwgrak6iwc740vmj0dpw93h4f127haiv"))))
    (build-system python-build-system)
        (base32 "1xg9wypsmv701w7mv49mw8glgkhfbvijsx97n0fr23h7w9pm7lnr"))))
    (build-system pyproject-build-system)
    (arguments (tryton-arguments "sale_subscription_asset"))
    (native-inputs (%standard-trytond-native-inputs))
    (native-inputs %standard-trytond-native-inputs)
    (propagated-inputs
     (list trytond trytond-sale-subscription trytond-stock-lot))
    (home-page