~ruther/guix-local

6d41b5f4d9fe3ae1749c730a7dca8233405e2f89 — Hartmut Goebel 7 months ago b038016
gnu: trytond-sale-shipment-tolerance: Update to 7.0.1 and switch to pyproject.

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

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

M gnu/packages/tryton.scm
M gnu/packages/tryton.scm => gnu/packages/tryton.scm +4 -4
@@ 3738,16 3738,16 @@ define how stock moves generated from sales will be grouped.")
(define-public trytond-sale-shipment-tolerance
  (package
    (name "trytond-sale-shipment-tolerance")
    (version "6.2.0")
    (version "7.0.1")
    (source
     (origin
       (method url-fetch)
       (uri (pypi-uri "trytond_sale_shipment_tolerance" version))
       (sha256
        (base32 "1vggdhnfg05dad2gmyi49ydhrq3sjqva4shn9zygj8fyjpkppx2y"))))
    (build-system python-build-system)
        (base32 "0cqia2qlf6f6yjn673amicjraggb59z0g00cbrdfpyv4g2zgv6qr"))))
    (build-system pyproject-build-system)
    (arguments (tryton-arguments "sale_shipment_tolerance"))
    (native-inputs (%standard-trytond-native-inputs))
    (native-inputs %standard-trytond-native-inputs)
    (propagated-inputs
     (list trytond trytond-sale trytond-stock))
    (home-page