~ruther/guix-local

888fc4a43d23c53192103ea6b1edc9d3b504cd02 — Hartmut Goebel 6 months ago 336f28d
gnu: trytond-notification-email: Update to 7.0.0 and switch to pyproject.

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

Change-Id: Icec275b8cec0fa0374612d4588af89fcd1effe6d
1 files changed, 8 insertions(+), 8 deletions(-)

M gnu/packages/tryton.scm
M gnu/packages/tryton.scm => gnu/packages/tryton.scm +8 -8
@@ 2207,21 2207,21 @@ mailing lists.")
(define-public trytond-notification-email
  (package
    (name "trytond-notification-email")
    (version "6.2.2")
    (version "7.0.0")
    (source
     (origin
       (method url-fetch)
       (uri (pypi-uri "trytond_notification_email" version))
       (sha256
        (base32 "1i0h7spdnf3gryzbzjm8khc0jxzj6g6ljsjgsd28h39kqpdxyffz"))))
    (build-system python-build-system)
        (base32 "1vyvxp612wb1v173zmd9jf24kz49aw51399gjpj6mwip06q54r6d"))))
    (build-system pyproject-build-system)
    (arguments (tryton-arguments "notification_email"))
    (native-inputs
     `(,@(%standard-trytond-native-inputs)
       ("trytond-commission" ,trytond-commission)
       ("trytond-company" ,trytond-company)
       ("trytond-party" ,trytond-party)
       ("trytond-web-user" ,trytond-web-user)))
     (cons* trytond-commission
            trytond-company
            trytond-party
            trytond-web-user
            %standard-trytond-native-inputs))
    (propagated-inputs
     (list trytond))
    (home-page "https://docs.tryton.org/projects/modules-notification-email")