~ruther/guix-local

a7d39a6a4550284419944908bc13a7aac2d269f3 — Hartmut Goebel 6 months ago cd269d9
gnu: trytond-purchase-amendment: Update to 7.0.2 and switch to pyproject.

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

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

M gnu/packages/tryton.scm
M gnu/packages/tryton.scm => gnu/packages/tryton.scm +4 -4
@@ 2956,16 2956,16 @@ the linked time sheets and the linked purchase lines.")
(define-public trytond-purchase-amendment
  (package
    (name "trytond-purchase-amendment")
    (version "6.2.1")
    (version "7.0.2")
    (source
     (origin
       (method url-fetch)
       (uri (pypi-uri "trytond_purchase_amendment" version))
       (sha256
        (base32 "0zprgfxpif2bbjbv8b4aci7s5si9sp3rjizr7nf31mvsjnwx7i06"))))
    (build-system python-build-system)
        (base32 "0s8kp88s73jn9z5bnj5n91fl67hpycrzcxl6hkdx4l2vha6r2f65"))))
    (build-system pyproject-build-system)
    (arguments (tryton-arguments "purchase_amendment"))
    (native-inputs (%standard-trytond-native-inputs))
    (native-inputs %standard-trytond-native-inputs)
    (propagated-inputs
     (list trytond trytond-account-invoice trytond-purchase
           trytond-purchase-history trytond-stock))