~ruther/guix-local

6204f708fd480f5238eb08e4a5753259fe0afa61 — Hartmut Goebel 6 months ago 164ecd2
gnu: trytond-product-attribute: Update to 7.0.0 and switch to pyproject.

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

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

M gnu/packages/tryton.scm
M gnu/packages/tryton.scm => gnu/packages/tryton.scm +4 -4
@@ 2352,16 2352,16 @@ Template and Product.")
(define-public trytond-product-attribute
  (package
    (name "trytond-product-attribute")
    (version "6.2.0")
    (version "7.0.0")
    (source
     (origin
       (method url-fetch)
       (uri (pypi-uri "trytond_product_attribute" version))
       (sha256
        (base32 "10656g9na098ndjhy4iv1iv0020jin7yw38bb79zxynck39vld29"))))
    (build-system python-build-system)
        (base32 "15sdcmjnkyznay4ib4ccwlhhl6aymdpd7w0f6d28dfv41y4viw1y"))))
    (build-system pyproject-build-system)
    (arguments (tryton-arguments "product_attribute"))
    (native-inputs (%standard-trytond-native-inputs))
    (native-inputs %standard-trytond-native-inputs)
    (propagated-inputs
     (list trytond trytond-product))
    (home-page "https://docs.tryton.org/projects/modules-product-attribute")