~ruther/guix-local

4a8dd74f04bfe498a1af6bf0c03a92ef32bfa8cf — Hartmut Goebel 5 months ago 10dd941
gnu: trytond-stock-secondary-unit: Update to 7.0.0 and switch to pyproject.

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

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

M gnu/packages/tryton.scm
M gnu/packages/tryton.scm => gnu/packages/tryton.scm +4 -4
@@ 4458,16 4458,16 @@ stock quantity issues.")
(define-public trytond-stock-secondary-unit
  (package
    (name "trytond-stock-secondary-unit")
    (version "6.2.0")
    (version "7.0.0")
    (source
     (origin
       (method url-fetch)
       (uri (pypi-uri "trytond_stock_secondary_unit" version))
       (sha256
        (base32 "0ihhgf4xs5rrf12v9mfj4rpsxjrqfl7schp3r66cdmrm0ccnrj29"))))
    (build-system python-build-system)
        (base32 "0xb85s763yf1icl05f09m4wizk1klby6bqj7addwnld2ycm906ga"))))
    (build-system pyproject-build-system)
    (arguments (tryton-arguments "stock_secondary_unit"))
    (native-inputs (%standard-trytond-native-inputs))
    (native-inputs %standard-trytond-native-inputs)
    (propagated-inputs
     (list trytond trytond-product trytond-stock))
    (home-page "https://docs.tryton.org/projects/modules-stock-secondary-unit")