~ruther/guix-local

cdc1a752bb07e69d60a141998fe488ce2fa23ef7 — Hartmut Goebel 8 months ago d1a1b84
gnu: trytond-stock-quantity-early-planning: Update to 7.0.0 and switch to pyproject.

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

Change-Id: I5e2341a631b924c16867e803b0ca283764d1a79e
1 files changed, 5 insertions(+), 5 deletions(-)

M gnu/packages/tryton.scm
M gnu/packages/tryton.scm => gnu/packages/tryton.scm +5 -5
@@ 4411,18 4411,18 @@ warehouse.")
(define-public trytond-stock-quantity-early-planning
  (package
    (name "trytond-stock-quantity-early-planning")
    (version "6.2.2")
    (version "7.0.0")
    (source
     (origin
       (method url-fetch)
       (uri (pypi-uri "trytond_stock_quantity_early_planning" version))
       (sha256
        (base32 "04fj6h21kl4ab8vl1w9vhnvsxgjg6qd1gxcf1i6r7pfsbhjz8gfj"))))
    (build-system python-build-system)
        (base32 "0zk6y57yykm8yb2qnbcypkfaw3a9g0isqz2v6hl21kpxnyz4sicc"))))
    (build-system pyproject-build-system)
    (arguments (tryton-arguments "stock_quantity_early_planning"))
    (native-inputs
     `(,@(%standard-trytond-native-inputs)
       ("trytond-production" ,trytond-production)))
     (cons* trytond-production
            %standard-trytond-native-inputs))
    (propagated-inputs
     (list trytond trytond-company trytond-stock))
    (home-page