~ruther/guix-local

f0621e80db670b3083fff17177c30e49a9c87dfd — Hartmut Goebel 6 months ago 595a7a0
gnu: trytond-edocument-unece: Update to 7.0.0 and switch to pyproject.

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

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

M gnu/packages/tryton.scm
M gnu/packages/tryton.scm => gnu/packages/tryton.scm +4 -4
@@ 2002,16 2002,16 @@ electronic document from UN/CEFACT.  Supported formats are:
(define-public trytond-edocument-unece
  (package
    (name "trytond-edocument-unece")
    (version "6.2.0")
    (version "7.0.0")
    (source
     (origin
       (method url-fetch)
       (uri (pypi-uri "trytond_edocument_unece" version))
       (sha256
        (base32 "1ikrh9yk5if8v1sw1aihnysbpipmly6r6ka6zccjcywm1cmabhx0"))))
    (build-system python-build-system)
        (base32 "1ncagmd0ydvxplvih1bjzmjvx2hpbxyrqfnzwwd6f9ixk9vz60wl"))))
    (build-system pyproject-build-system)
    (arguments (tryton-arguments "edocument_unece"))
    (native-inputs (%standard-trytond-native-inputs))
    (native-inputs %standard-trytond-native-inputs)
    (propagated-inputs
     (list trytond trytond-account trytond-product))
    (home-page "https://docs.tryton.org/projects/modules-edocument-unece")