From 4c3ac6b47fe58d611c5476da9bceadd1fc45ccf1 Mon Sep 17 00:00:00 2001 From: Hartmut Goebel Date: Fri, 26 Sep 2025 12:39:46 +0200 Subject: [PATCH] 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 --- gnu/packages/tryton.scm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gnu/packages/tryton.scm b/gnu/packages/tryton.scm index 32499ee62a2aebd31ff4e2dfb18e74268b14a169..b17a9d196d6c166a5d0779656ef86c12eb142e96 100644 --- a/gnu/packages/tryton.scm +++ b/gnu/packages/tryton.scm @@ -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")