~ruther/guix-local

105a3fe70026aa36b8404076fbbd3f75c3a67af6 — Hartmut Goebel 5 months ago 95195ee
gnu: trytond-stock-lot-unit: Update to 7.0.1 and switch to pyproject.

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

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

M gnu/packages/tryton.scm
M gnu/packages/tryton.scm => gnu/packages/tryton.scm +5 -5
@@ 4161,18 4161,18 @@ it is no more used to compute the forecast quantity of the stock.")
(define-public trytond-stock-lot-unit
  (package
    (name "trytond-stock-lot-unit")
    (version "6.2.0")
    (version "7.0.1")
    (source
     (origin
       (method url-fetch)
       (uri (pypi-uri "trytond_stock_lot_unit" version))
       (sha256
        (base32 "1m6vbz57y0yrjv4z447gggqgcwd6dzk0hrycv5zvbq4h1kscrh6z"))))
    (build-system python-build-system)
        (base32 "0zpyhspnfbcr45x5c5w8dgz1ssl5z72l36c3w4j05z3c0lxs50vz"))))
    (build-system pyproject-build-system)
    (arguments (tryton-arguments "stock_lot_unit"))
    (native-inputs
     `(,@(%standard-trytond-native-inputs)
       ("trytond-production" ,trytond-production)))
     (cons* trytond-production
            %standard-trytond-native-inputs))
    (propagated-inputs
     (list trytond trytond-product trytond-stock trytond-stock-lot))
    (home-page "https://docs.tryton.org/projects/modules-stock-lot-unit")