~ruther/guix-local

3e481db27478119cbd2459d151415ad8f0946a55 — Hartmut Goebel 5 months ago aa32ca5
gnu: trytond-stock-supply-production: Update to 7.0.2 and switch to pyproject.

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

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

M gnu/packages/tryton.scm
M gnu/packages/tryton.scm => gnu/packages/tryton.scm +4 -4
@@ 4646,16 4646,16 @@ forecast into account to compute purchase requests.")
(define-public trytond-stock-supply-production
  (package
    (name "trytond-stock-supply-production")
    (version "6.2.0")
    (version "7.0.2")
    (source
     (origin
       (method url-fetch)
       (uri (pypi-uri "trytond_stock_supply_production" version))
       (sha256
        (base32 "03cs9g9yfw885ia03x2lxkpjnh919ynizimvvx1jay62i3adk7a2"))))
    (build-system python-build-system)
        (base32 "0anghn1h2afv7j6wr4b4ymwwyr1kf7j98l01v857p1q6086k898m"))))
    (build-system pyproject-build-system)
    (arguments (tryton-arguments "stock_supply_production"))
    (native-inputs (%standard-trytond-native-inputs))
    (native-inputs %standard-trytond-native-inputs)
    (propagated-inputs
     (list trytond trytond-product trytond-production trytond-stock
           trytond-stock-supply))