~ruther/guix-local

cd269d96e3cc15bab92a0d635aae18e92a8dfa87 — Hartmut Goebel 6 months ago 091a269
gnu: trytond-purchase: Update to 7.0.14 and switch to pyproject.

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

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

M gnu/packages/tryton.scm
M gnu/packages/tryton.scm => gnu/packages/tryton.scm +4 -4
@@ 2923,16 2923,16 @@ the linked time sheets and the linked purchase lines.")
(define-public trytond-purchase
  (package
    (name "trytond-purchase")
    (version "6.2.3")
    (version "7.0.14")
    (source
     (origin
       (method url-fetch)
       (uri (pypi-uri "trytond_purchase" version))
       (sha256
        (base32 "1lni31dhi1yrz0ga1l2268fyv564gsqiy1rjal8l765v40121q0p"))))
    (build-system python-build-system)
        (base32 "0qf17qpcid9d0vm5wnzfg0qsal67zfdxipjr28nw9azjvx07vbvz"))))
    (build-system pyproject-build-system)
    (arguments (tryton-arguments "purchase"))
    (native-inputs (%standard-trytond-native-inputs))
    (native-inputs %standard-trytond-native-inputs)
    (propagated-inputs
     (list trytond
           trytond-account