From 3f02224bb33a42aee4470f8c092b49465bc2dc22 Mon Sep 17 00:00:00 2001 From: Hartmut Goebel Date: Fri, 26 Sep 2025 13:09:15 +0200 Subject: [PATCH] gnu: trytond-web-shop-vue-storefront-stripe: Update to 7.0.0 and switch to pyproject. * gnu/packages/tryton.scm(trytond-web-shop-vue-storefront-stripe): Update to 7.0.0. [build-system] Switch to pyproject-build-system. Change-Id: I8f046faeb3ec994fb3477f01bb96c61a38ca2e66 --- 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 a8d4c1c0715dad98ba76284bde43eefca95de2a4..6f3cba026e9d4518c458393725055aeac098924c 100644 --- a/gnu/packages/tryton.scm +++ b/gnu/packages/tryton.scm @@ -4850,16 +4850,16 @@ Vue Storefront 1.x.") (define-public trytond-web-shop-vue-storefront-stripe (package (name "trytond-web-shop-vue-storefront-stripe") - (version "6.2.0") + (version "7.0.0") (source (origin (method url-fetch) (uri (pypi-uri "trytond_web_shop_vue_storefront_stripe" version)) (sha256 - (base32 "0qzcflcrkd35da9vb9gl9mnxg7dis1sz9kp9hb6hbnmyjbhdz17k")))) - (build-system python-build-system) + (base32 "1350gyrvx8r845cikvl0p3z9rpnkz2apcqz5blx26pzhdlvkk5x5")))) + (build-system pyproject-build-system) (arguments (tryton-arguments "web_shop_vue_storefront_stripe")) - (native-inputs (%standard-trytond-native-inputs)) + (native-inputs %standard-trytond-native-inputs) (propagated-inputs (list trytond trytond-account-payment-stripe trytond-sale-payment trytond-web-shop trytond-web-shop-vue-storefront))