~ruther/guix-local

310bf32b49b338f1e92b1bf30fc0d5cef3d2fa38 — Hartmut Goebel 8 months ago 8c5f897
gnu: trytond-stock-inventory-location: Update to 7.0.0 and switch to pyproject.

* gnu/packages/tryton.scm(trytond-stock-inventory-location): Update to 7.0.0.
[build-system] Switch to pyproject-build-system.

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

M gnu/packages/tryton.scm
M gnu/packages/tryton.scm => gnu/packages/tryton.scm +4 -4
@@ 4039,16 4039,16 @@ other stock mechanisms to anticipate customer demand.")
(define-public trytond-stock-inventory-location
  (package
    (name "trytond-stock-inventory-location")
    (version "6.2.0")
    (version "7.0.0")
    (source
     (origin
       (method url-fetch)
       (uri (pypi-uri "trytond_stock_inventory_location" version))
       (sha256
        (base32 "1x35rq6hzxb9wzsflvlsbl1fjgqcp6byrj4rk20fvgbhnv02s4x0"))))
    (build-system python-build-system)
        (base32 "1z79j28liyrf1wk34vpnqrvv0d9pil74scmghyn6s3d5a0hvaia6"))))
    (build-system pyproject-build-system)
    (arguments (tryton-arguments "stock_inventory_location"))
    (native-inputs (%standard-trytond-native-inputs))
    (native-inputs %standard-trytond-native-inputs)
    (propagated-inputs
     (list trytond trytond-company trytond-product trytond-stock))
    (home-page