guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 94326a4e33c2fadf143fbcc8d47de04dc5c27938
Author: Hartmut Goebel <[email protected]>
AuthorDate: Wed Nov 26 20:26:51 2025 +0100

    gnu: trytond-web-shop-shopify: Update to 7.0.12.
    
    * gnu/packages/tryton.scm (trytond-web-shop-shopify): Update to 7.0.12.
    
    Change-Id: I0251933a58b0389e8d2099db39e6de69d69f62ab
---
 gnu/packages/tryton.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/tryton.scm b/gnu/packages/tryton.scm
index 882fd8c266..b5e22a1556 100644
--- a/gnu/packages/tryton.scm
+++ b/gnu/packages/tryton.scm
@@ -5442,12 +5442,12 @@ configuration of an online web shop.")
 (define-public trytond-web-shop-shopify
   (package
     (name "trytond-web-shop-shopify")
-    (version "7.0.10")
+    (version "7.0.12")
     (source (origin
               (method url-fetch)
               (uri (pypi-uri "trytond_web_shop_shopify" version))
               (sha256
-               (base32 
"1jfjj52gxp0hrkh43wydaly4czzip4xx0ck39mpnqqla5ax2jq9i"))))
+               (base32 
"18v46n58di6rk1kzslqgbjqrpf4d2wqi9qcxcsq3lv1a9lf2z8b8"))))
     (build-system pyproject-build-system)
     ;; doctest requires network and an account at shopify
     (arguments

Reply via email to