~ruther/guix-local

fb6d720e25f5cc3d4ac74555af7851ef60045563 — Hartmut Goebel 5 months ago 310bf32
gnu: trytond-stock-location-move: Update to 7.0.0 and switch to pyproject.

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

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

M gnu/packages/tryton.scm
M gnu/packages/tryton.scm => gnu/packages/tryton.scm +5 -5
@@ 4061,18 4061,18 @@ wizard \"Create Inventories\" under the \"Inventories\" sub-menu.")
(define-public trytond-stock-location-move
  (package
    (name "trytond-stock-location-move")
    (version "6.2.0")
    (version "7.0.0")
    (source
     (origin
       (method url-fetch)
       (uri (pypi-uri "trytond_stock_location_move" version))
       (sha256
        (base32 "07f0xq26wc0vpxf94655gsya3nxsa2xpi6v1c74q5a2qan4gkv9k"))))
    (build-system python-build-system)
        (base32 "0qm25pa1w7cark6bphxfqvb0rw0zrr3izn7rllzsy4drvnh7ad1k"))))
    (build-system pyproject-build-system)
    (arguments (tryton-arguments "stock_location_move"))
    (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-stock))
    (home-page "https://docs.tryton.org/projects/modules-stock-location-move")