~ruther/guix-local

5aa681f369a4ec2e6983349726117727194de134 — Hartmut Goebel 7 months ago fb6d720
gnu: trytond-stock-location-sequence: Update to 7.0.0 and switch to pyproject.

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

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

M gnu/packages/tryton.scm
M gnu/packages/tryton.scm => gnu/packages/tryton.scm +4 -4
@@ 4085,16 4085,16 @@ defining some Locations as movable
(define-public trytond-stock-location-sequence
  (package
    (name "trytond-stock-location-sequence")
    (version "6.2.0")
    (version "7.0.0")
    (source
     (origin
       (method url-fetch)
       (uri (pypi-uri "trytond_stock_location_sequence" version))
       (sha256
        (base32 "0ab2jf36mmbkg0hrhwrmpjh5m9kpl60mz1gdkb2zhv629z9bxr13"))))
    (build-system python-build-system)
        (base32 "12ahqcxxfsk5iwxyyx7fz1hplp4yjdrw11ybyd1cdvcx3zsjblag"))))
    (build-system pyproject-build-system)
    (arguments (tryton-arguments "stock_location_sequence"))
    (native-inputs (%standard-trytond-native-inputs))
    (native-inputs %standard-trytond-native-inputs)
    (propagated-inputs
     (list trytond trytond-stock))
    (home-page