~ruther/guix-local

e195ca28781335c0aaf6520f2fa3d4665e2e196d — Hartmut Goebel 5 months ago 6447111
gnu: trytond-web-user: Update to 7.0.1 and switch to pyproject.

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

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

M gnu/packages/tryton.scm
M gnu/packages/tryton.scm => gnu/packages/tryton.scm +4 -4
@@ 4895,16 4895,16 @@ optionally triggers action.")
(define-public trytond-web-user
  (package
    (name "trytond-web-user")
    (version "6.2.0")
    (version "7.0.1")
    (source
     (origin
       (method url-fetch)
       (uri (pypi-uri "trytond_web_user" version))
       (sha256
        (base32 "04b3mb4kxibz073746c90i9k4gsc3vnnk47fcn4wqj2b2wq6smng"))))
    (build-system python-build-system)
        (base32 "1ww3074ywgvh7rl007m85lndnhywkx71gsi302nxrsvrkjnxjjyc"))))
    (build-system pyproject-build-system)
    (arguments (tryton-arguments "web_user"))
    (native-inputs (%standard-trytond-native-inputs))
    (native-inputs %standard-trytond-native-inputs)
    (propagated-inputs
     (list trytond trytond-party))
    (home-page "https://docs.tryton.org/projects/modules-web-user")