~ruther/guix-local

51aeb2af2237f3d5b22beeca8faccdfb98371430 — Hartmut Goebel 5 months ago 6d41b5f
gnu: trytond-sale-stock-quantity: Update to 7.0.1 and switch to pyproject.

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

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

M gnu/packages/tryton.scm
M gnu/packages/tryton.scm => gnu/packages/tryton.scm +5 -5
@@ 3764,18 3764,18 @@ raised.")
(define-public trytond-sale-stock-quantity
  (package
    (name "trytond-sale-stock-quantity")
    (version "6.2.0")
    (version "7.0.1")
    (source
     (origin
       (method url-fetch)
       (uri (pypi-uri "trytond_sale_stock_quantity" version))
       (sha256
        (base32 "0bn06a752rp16ki5xa0dr3in5xj1hry6020qgz6mji8kxl24v7sv"))))
    (build-system python-build-system)
        (base32 "0q5kffgg8cpgwyzn283aghrqbqsnjayvq70q9va2khqnjbl1h9rh"))))
    (build-system pyproject-build-system)
    (arguments (tryton-arguments "sale_stock_quantity"))
    (native-inputs
     `(,@(%standard-trytond-native-inputs)
       ("trytond-stock-supply" ,trytond-stock-supply)))
     (cons* trytond-stock-supply
            %standard-trytond-native-inputs))
    (propagated-inputs
     (list trytond trytond-product trytond-sale trytond-stock))
    (home-page "https://docs.tryton.org/projects/modules-sale-stock-quantity")