~ruther/guix-local

9fdc474b8d123104a40c1c9bce241ad0b121e3e1 — Hartmut Goebel 5 months ago 381171a
gnu: trytond-timesheet-cost: Update to 7.0.0 and switch to pyproject.

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

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

M gnu/packages/tryton.scm
M gnu/packages/tryton.scm => gnu/packages/tryton.scm +4 -4
@@ 4694,16 4694,16 @@ periods.")
(define-public trytond-timesheet-cost
  (package
    (name "trytond-timesheet-cost")
    (version "6.2.0")
    (version "7.0.0")
    (source
     (origin
       (method url-fetch)
       (uri (pypi-uri "trytond_timesheet_cost" version))
       (sha256
        (base32 "1b1xi7fa371kdsci0naskspvznswb8z8yay7nrzzi8rv622g0cjw"))))
    (build-system python-build-system)
        (base32 "0j01gmci9kzjlp0jplg3k36hzwa4cws51jxbjlni65szmm4vsvkw"))))
    (build-system pyproject-build-system)
    (arguments (tryton-arguments "timesheet_cost"))
    (native-inputs (%standard-trytond-native-inputs))
    (native-inputs %standard-trytond-native-inputs)
    (propagated-inputs
     (list trytond trytond-company trytond-party trytond-timesheet))
    (home-page "https://docs.tryton.org/projects/modules-timesheet-cost")