~ruther/guix-local

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

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

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

M gnu/packages/tryton.scm
M gnu/packages/tryton.scm => gnu/packages/tryton.scm +4 -4
@@ 2587,16 2587,16 @@ following measurements to Product:")
(define-public trytond-product-price-list
  (package
    (name "trytond-product-price-list")
    (version "6.2.0")
    (version "7.0.0")
    (source
     (origin
       (method url-fetch)
       (uri (pypi-uri "trytond_product_price_list" version))
       (sha256
        (base32 "0x85317skmqkq12i9qqyjiny37rn2dccx7rk7lan87jj2cam70q4"))))
    (build-system python-build-system)
        (base32 "1n1zbq7jwqkida4qx7pp4ybys7pskppxqd86kl1vdw5fj43nhm7n"))))
    (build-system pyproject-build-system)
    (arguments (tryton-arguments "product_price_list"))
    (native-inputs (%standard-trytond-native-inputs))
    (native-inputs %standard-trytond-native-inputs)
    (propagated-inputs
     (list python-simpleeval trytond trytond-company trytond-product))
    (home-page "https://docs.tryton.org/projects/modules-product-price-list")