~ruther/guix-local

29e106d2460455123046f5a88d2293354b0a86e7 — Hartmut Goebel 8 months ago 65ca221
gnu: trytond-account-budget: Update to 7.0.1 and switch to pyproject.

* gnu/packages/tryton.scm(trytond-account-budget): Update to 7.0.1.
[build-system] Switch to pyproject-build-system.
[arguments] Fix module name argument.

Change-Id: I2e72bab0b4e132912287451826450043698a046c
1 files changed, 5 insertions(+), 5 deletions(-)

M gnu/packages/tryton.scm
M gnu/packages/tryton.scm => gnu/packages/tryton.scm +5 -5
@@ 326,15 326,15 @@ chart of account for Belgium.")
(define-public trytond-account-budget
  (package
    (name "trytond-account-budget")
    (version "6.2.2")
    (version "7.0.1")
    (source (origin
              (method url-fetch)
              (uri (pypi-uri "trytond_account_budget" version))
              (sha256
               (base32 "055y9jjpx4xfrc6dlssvjzmjz7rrvfljlaljx0v6c6s87mpzi3m5"))))
    (build-system python-build-system)
    (arguments (tryton-arguments "trytond_account_budget"))
    (native-inputs (%standard-trytond-native-inputs))
               (base32 "0ycxy7p54gssw4mzb62gmlkhkyfa9s8bqaps30zyw0jd79pll2xy"))))
    (build-system pyproject-build-system)
    (arguments (tryton-arguments "account_budget"))
    (native-inputs %standard-trytond-native-inputs)
    (propagated-inputs (list trytond trytond-account
                             trytond-company trytond-currency))
    (home-page "https://docs.tryton.org/projects/modules-account-budget")