mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +01:00
gnu: Add trytond-authentication-sms.
* gnu/packages/tryton.scm (trytond-authentication-sms): New variable.
This commit is contained in:
parent
402278a234
commit
9acb1a6cae
1 changed files with 23 additions and 0 deletions
|
@ -1410,6 +1410,29 @@ (define-public trytond-attendance
|
||||||
detail of the time of entrance and exit")
|
detail of the time of entrance and exit")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
|
(define-public trytond-authentication-sms
|
||||||
|
(package
|
||||||
|
(name "trytond-authentication-sms")
|
||||||
|
(version "6.0.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (pypi-uri "trytond_authentication_sms" version))
|
||||||
|
(sha256
|
||||||
|
(base32 "1g46mimgjkz2lvh90p2ffmkfgwl7w03iqnvqlcghwpxk5vyxw3sj"))))
|
||||||
|
(build-system python-build-system)
|
||||||
|
(arguments (tryton-arguments "authentication_sms"))
|
||||||
|
(native-inputs `(,@%standard-trytond-native-inputs))
|
||||||
|
(propagated-inputs
|
||||||
|
`(("trytond" ,trytond)))
|
||||||
|
(home-page "https://docs.tryton.org/projects/modules-authentication-sms")
|
||||||
|
(synopsis "Tryton module to authenticate users via SMS")
|
||||||
|
(description "The @emph{Authentication SMS} Tryton module allows users to
|
||||||
|
authenticate via SMS. It adds a new authentication method sms, which can be
|
||||||
|
used in the list of authentications in the session section of the
|
||||||
|
configuration file.")
|
||||||
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public trytond-company
|
(define-public trytond-company
|
||||||
(package
|
(package
|
||||||
(name "trytond-company")
|
(name "trytond-company")
|
||||||
|
|
Loading…
Reference in a new issue