~ruther/guix-local

ad0c13bd0bd5935d32b42b779dad659ab0afe804 — Hartmut Goebel 7 months ago 45fbfae
gnu: trytond-account-stock-anglo-saxon: Update to 7.0.1 and switch to pyproject.

* gnu/packages/tryton.scm(trytond-account-stock-anglo-saxon): Update to 7.0.1.
[build-system] Switch to pyproject-build-system.

Change-Id: I97541d48627b9c1dca84c4bc3f07687242a0473c
1 files changed, 7 insertions(+), 8 deletions(-)

M gnu/packages/tryton.scm
M gnu/packages/tryton.scm => gnu/packages/tryton.scm +7 -8
@@ 1232,21 1232,20 @@ linked to the origin.")
(define-public trytond-account-stock-anglo-saxon
  (package
    (name "trytond-account-stock-anglo-saxon")
    (version "6.2.1")
    (version "7.0.1")
    (source
     (origin
       (method url-fetch)
       (uri (pypi-uri "trytond_account_stock_anglo_saxon" version))
       (sha256
        (base32 "1jgj5kb85qj3kb1hcyb9jps1x062cqa32x5rp4rvgg64824d8hwz"))))
    (build-system python-build-system)
        (base32 "088qygd6abz63dhd241mg5px2wwzzq7bv1jj3y0prncxzzyrkl9j"))))
    (build-system pyproject-build-system)
    (arguments (tryton-arguments "account_stock_anglo_saxon"))
    (native-inputs
     `(,@(%standard-trytond-native-inputs)
       ("trytond-purchase" ,trytond-purchase)
       ("trytond-sale" ,trytond-sale)
       ("trytond-sale-supply-drop-shipment"
        ,trytond-sale-supply-drop-shipment)))
     (cons* trytond-purchase
            trytond-sale
            trytond-sale-supply-drop-shipment
            %standard-trytond-native-inputs))
    (propagated-inputs
     (list trytond
           trytond-account