~ruther/guix-local

ddf36766328e61e856df2e70d5da2a0a5d845973 — Hartmut Goebel 7 months ago 528af0d
gnu: trytond-dashboard: Update to 7.0.1 and switch to pyproject.

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

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

M gnu/packages/tryton.scm
M gnu/packages/tryton.scm => gnu/packages/tryton.scm +4 -4
@@ 1953,16 1953,16 @@ duty based on the tariff code.")
(define-public trytond-dashboard
  (package
    (name "trytond-dashboard")
    (version "6.2.0")
    (version "7.0.1")
    (source
     (origin
       (method url-fetch)
       (uri (pypi-uri "trytond_dashboard" version))
       (sha256
        (base32 "1b8dalnbj69ppk8q7znw1ljyv5515r16m6gfd9a3l25dpvj0cxz2"))))
    (build-system python-build-system)
        (base32 "0cdxmyzs23bdksqgg87y7r4zvpzx63pvjgvhjck6hm49nyicqlmf"))))
    (build-system pyproject-build-system)
    (arguments (tryton-arguments "dashboard"))
    (native-inputs (%standard-trytond-native-inputs))
    (native-inputs %standard-trytond-native-inputs)
    (propagated-inputs
     (list trytond))
    (home-page "https://docs.tryton.org/projects/modules-dashboard")