~ruther/guix-local

edac8718a819881ebd9f227c14d3200b16e51f87 — Hartmut Goebel 5 months ago 2049576
gnu: trytond-purchase-request-quotation: Update to 7.0.2 and switch to pyproject.

* gnu/packages/tryton.scm(trytond-purchase-request-quotation): Update to 7.0.2.
[build-system] Switch to pyproject-build-system.

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

M gnu/packages/tryton.scm
M gnu/packages/tryton.scm => gnu/packages/tryton.scm +5 -5
@@ 3090,18 3090,18 @@ generated by other process from Tryton.")
(define-public trytond-purchase-request-quotation
  (package
    (name "trytond-purchase-request-quotation")
    (version "6.2.1")
    (version "7.0.2")
    (source
     (origin
       (method url-fetch)
       (uri (pypi-uri "trytond_purchase_request_quotation" version))
       (sha256
        (base32 "08kcp88lfn8aa92cd07x5i5xbjznqy0x9lr34f07ky0i26nrnn72"))))
    (build-system python-build-system)
        (base32 "176p3yslqhn75a5nkkgzqsbrbb247b52za7ydrhd20dylid24g6s"))))
    (build-system pyproject-build-system)
    (arguments (tryton-arguments "purchase_request_quotation"))
    (native-inputs
     `(,@(%standard-trytond-native-inputs)
       ("trytond-purchase-requisition" ,trytond-purchase-requisition)))
     (cons* trytond-purchase-requisition
            %standard-trytond-native-inputs))
    (propagated-inputs
     (list trytond
           trytond-company