~ruther/guix-local

262b5be4b7efc1d18bb1c42e5c02707941d47bbe — Hartmut Goebel 6 months ago 1e77a80
gnu: trytond-production-work-timesheet: Update to 7.0.0 and switch to pyproject.

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

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

M gnu/packages/tryton.scm
M gnu/packages/tryton.scm => gnu/packages/tryton.scm +4 -4
@@ 2787,16 2787,16 @@ work cost.")
(define-public trytond-production-work-timesheet
  (package
    (name "trytond-production-work-timesheet")
    (version "6.2.0")
    (version "7.0.0")
    (source
     (origin
       (method url-fetch)
       (uri (pypi-uri "trytond_production_work_timesheet" version))
       (sha256
        (base32 "19d9sasviayn4vkbwgxmgqbn2fd61qqh4sk35vzlmkbwycrbczhi"))))
    (build-system python-build-system)
        (base32 "0c737kxdqpjc1h9vb00sz69zh6y76d3ll71nrs2nxidqjdwyhhz5"))))
    (build-system pyproject-build-system)
    (arguments (tryton-arguments "production_work_timesheet"))
    (native-inputs (%standard-trytond-native-inputs))
    (native-inputs %standard-trytond-native-inputs)
    (propagated-inputs
     (list trytond trytond-production-routing trytond-production-work
           trytond-timesheet))