~ruther/guix-local

fbc4dc9176576e4b6ac7f2764d7e77a4b7ff868c — Hartmut Goebel 6 months ago 3066478
gnu: trytond-product-price-list-parent: Update to 7.0.0 and switch to pyproject.

* gnu/packages/tryton.scm(trytond-product-price-list-parent): Update to 7.0.0.
[build-system] Switch to pyproject-build-system.

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

M gnu/packages/tryton.scm
M gnu/packages/tryton.scm => gnu/packages/tryton.scm +4 -4
@@ 2634,16 2634,16 @@ date and end date conditions to the price list lines.")
(define-public trytond-product-price-list-parent
  (package
    (name "trytond-product-price-list-parent")
    (version "6.2.0")
    (version "7.0.0")
    (source
     (origin
       (method url-fetch)
       (uri (pypi-uri "trytond_product_price_list_parent" version))
       (sha256
        (base32 "0w5fmr2p56p44yq33qgjxp5b8r7bpyixwpdp6xgbrd36ig9wcg3z"))))
    (build-system python-build-system)
        (base32 "12icwym955ip9wk667yyzarc2qjp8xf6dq12fy0blsqf17jfn91j"))))
    (build-system pyproject-build-system)
    (arguments (tryton-arguments "product_price_list_parent"))
    (native-inputs (%standard-trytond-native-inputs))
    (native-inputs %standard-trytond-native-inputs)
    (propagated-inputs
     (list trytond trytond-product-price-list))
    (home-page