~ruther/guix-local

c180f92cfbe1b446d2df202de991115ed36cf95f — Hartmut Goebel 7 months ago 51aeb2a
gnu: trytond-sale-subscription: Update to 7.0.4 and switch to pyproject.

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

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

M gnu/packages/tryton.scm
M gnu/packages/tryton.scm => gnu/packages/tryton.scm +4 -4
@@ 3790,16 3790,16 @@ stock forecasts.")
(define-public trytond-sale-subscription
  (package
    (name "trytond-sale-subscription")
    (version "6.2.0")
    (version "7.0.4")
    (source
     (origin
       (method url-fetch)
       (uri (pypi-uri "trytond_sale_subscription" version))
       (sha256
        (base32 "095zdy6031lqffm3yddhsrv93dl2dgqjpbskp539knvd72bdaqdd"))))
    (build-system python-build-system)
        (base32 "1jdpg6g8w0q5slsfdzz6bkacv78x4gw5nr2afi7m9givqr8vivrm"))))
    (build-system pyproject-build-system)
    (arguments (tryton-arguments "sale_subscription"))
    (native-inputs (%standard-trytond-native-inputs))
    (native-inputs %standard-trytond-native-inputs)
    (propagated-inputs
     (list trytond
           trytond-account