~ruther/guix-local

de9481ca5e272d29067a62fc0f01c61a3f49cf8e — Hartmut Goebel 5 months ago f709579
gnu: trytond-sale-supply-production: Update to 7.0.0 and switch to pyproject.

* gnu/packages/tryton.scm(trytond-sale-supply-production): Update to 7.0.0.
[build-system] Switch to pyproject-build-system.

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

M gnu/packages/tryton.scm
M gnu/packages/tryton.scm => gnu/packages/tryton.scm +4 -4
@@ 3902,16 3902,16 @@ shipment is created and linked to both the purchase and the sale.")
(define-public trytond-sale-supply-production
  (package
    (name "trytond-sale-supply-production")
    (version "6.2.1")
    (version "7.0.0")
    (source
     (origin
       (method url-fetch)
       (uri (pypi-uri "trytond_sale_supply_production" version))
       (sha256
        (base32 "08ky3mqprlqyksw91mqlb7mjkfpdrgzgnc862wm2q28s0aydn3dv"))))
    (build-system python-build-system)
        (base32 "062nmykl8q9cypza05rr9japx2z0h63310m78qkbwnqvmlfih8jn"))))
    (build-system pyproject-build-system)
    (arguments (tryton-arguments "sale_supply_production"))
    (native-inputs (%standard-trytond-native-inputs))
    (native-inputs %standard-trytond-native-inputs)
    (propagated-inputs
     (list trytond trytond-production trytond-sale-supply))
    (home-page