~ruther/guix-local

4c3ac6b47fe58d611c5476da9bceadd1fc45ccf1 — Hartmut Goebel 7 months ago a53ecd2
gnu: trytond-authentication-sms: Update to 7.0.0 and switch to pyproject.

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

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

M gnu/packages/tryton.scm
M gnu/packages/tryton.scm => gnu/packages/tryton.scm +4 -4
@@ 1563,16 1563,16 @@ detail of the time of entrance and exit")
(define-public trytond-authentication-sms
  (package
    (name "trytond-authentication-sms")
    (version "6.2.0")
    (version "7.0.0")
    (source
     (origin
       (method url-fetch)
       (uri (pypi-uri "trytond_authentication_sms" version))
       (sha256
        (base32 "17237qrmk8pm7lifrn5zjvsf42cs2q6p2h6qw2vk9fixdz1gxk9x"))))
    (build-system python-build-system)
        (base32 "0gnqnc0mcwspby663h91kf2y7pgw25zms3iqh0gs18sygx291a7y"))))
    (build-system pyproject-build-system)
    (arguments (tryton-arguments "authentication_sms"))
    (native-inputs (%standard-trytond-native-inputs))
    (native-inputs %standard-trytond-native-inputs)
    (propagated-inputs
     (list trytond))
    (home-page "https://docs.tryton.org/projects/modules-authentication-sms")