~ruther/guix-local

8b1a72f7ce94b597d843a30f70944866a56cd9bc — Hartmut Goebel 7 months ago bfe650a
gnu: trytond-company-work-time: Update to 7.0.0 and switch to pyproject.

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

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

M gnu/packages/tryton.scm
M gnu/packages/tryton.scm => gnu/packages/tryton.scm +4 -4
@@ 1802,16 1802,16 @@ company and employee and extend the user model.")
(define-public trytond-company-work-time
  (package
    (name "trytond-company-work-time")
    (version "6.2.0")
    (version "7.0.0")
    (source
     (origin
       (method url-fetch)
       (uri (pypi-uri "trytond_company_work_time" version))
       (sha256
        (base32 "08nhnlxy1z5drlmxdsd6ad166qx5ckymzx94ja824n1qqac17zqw"))))
    (build-system python-build-system)
        (base32 "1y6c3p51jp2hcvby12b3pmn0h7jmsd7qigfxznmj17k6bqmm7b6b"))))
    (build-system pyproject-build-system)
    (arguments (tryton-arguments "company_work_time"))
    (native-inputs (%standard-trytond-native-inputs))
    (native-inputs %standard-trytond-native-inputs)
    (propagated-inputs
     (list trytond trytond-company))
    (home-page "https://docs.tryton.org/projects/modules-company-work-time")